Table of Contents

Interface PreprocessorListener

Namespace
CppNet
Assembly
MonoGame.Framework.Content.Pipeline.dll
public interface PreprocessorListener

Methods

handleError(Source, int, int, string)

void handleError(Source source, int line, int column, string msg)

Parameters

source Source
line int
column int
msg string

handleSourceChange(Source, string)

void handleSourceChange(Source source, string ev)

Parameters

source Source
ev string

handleWarning(Source, int, int, string)

void handleWarning(Source source, int line, int column, string msg)

Parameters

source Source
line int
column int
msg string