//ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ // FILE : Parser.cpp // AUTHOR : Catalin Cocos //__________________________________________________________________________________________________ #ifndef __STDINC__ #define __STDINC__ //__________________________________________________________________________________________________ // standard includes //ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ #include #include #include #include #include #include #include #include #include #include "auxfns.h" #include "splash.h" extern HINSTANCE hInstance; #define LSTATE_UNCHECKED 0x1000 #define LSTATE_CHECKED 0x2000 #define LSTATE_LOCKED 0x4000 #endif