#ifndef DAODAN_H #define DAODAN_H #include #include "stdint.h" #define ONICALL __fastcall extern HMODULE DDrDLLModule; extern HMODULE DDrONiModule; extern bool opt_border; extern bool opt_topmost; #endif