28 #ifndef __FREEWRL_CPARSE_GENERAL_H__
29 #define __FREEWRL_CPARSE_GENERAL_H__
32 typedef int vrmlBoolT;
35 typedef float vrmlFloatT;
36 typedef int vrmlInt32T;
41 typedef double vrmlTimeT;
42 typedef double vrmlDoubleT;
57 #define SF_TYPE(fttype, type, ttype) \
59 #define MF_TYPE(fttype, type, ttype) \
60 struct Multi_##ttype type;
61 #include "VrmlTypeList.h"
66 #define parseError(msg) \
67 (ConsoleMessage("Parse error: " msg "\n")) \