preprocessor

Log

Files

Refs

LICENSE

preprocessor.h (260B)

     1 
     2 #include "libsheepyObject.h"
     3 
     4 smallArrayt *preprocess(char *filename);
     5 
     6 #define isPreprocessorCompiledWithCurrentLisheepyVersion checkLibsheepyVersionPreprocessor(LIBSHEEPY_VERSION)
     7 bool checkLibsheepyVersionPreprocessor(const char *currentLibsheepyVersion);