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
handleSourceChange(Source, string)
void handleSourceChange(Source source, string ev)
Parameters
handleWarning(Source, int, int, string)
void handleWarning(Source source, int line, int column, string msg)