--- Daodan/src/Daodan.h 2013/03/02 23:46:33 677 +++ Daodan/src/Daodan.h 2013/03/07 17:26:13 692 @@ -1,9 +1,8 @@ -#pragma once #ifndef DAODAN_H #define DAODAN_H #include -#include "bool.h" +#include "stdint.h" #define ONICALL __fastcall @@ -11,10 +10,6 @@ extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule; extern bool opt_border; -extern bool opt_shadow; extern bool opt_topmost; - - - #endif