--- Daodan/src/Daodan.h 2009/03/17 09:06:00 272 +++ Daodan/src/Daodan.h 2009/10/18 02:26:30 468 @@ -5,7 +5,13 @@ #include #include +#define ONICALL __fastcall + extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule; +extern bool opt_border; +extern bool opt_shadow; +extern bool opt_topmost; + #endif