#ifndef DAODAN_CONFIG_H #define DAODAN_CONFIG_H #include "stdint.h" void DDrConfig(int argc, char* argv[]); extern bool patch_alttab; extern bool patch_argb8888; extern bool patch_binkplay; extern bool patch_bsl; extern bool patch_cheater; extern bool patch_cheatsenabled; extern bool patch_cheattable; extern bool patch_clipcursor; extern bool patch_cooldowntimer; extern bool patch_daodandisplayenum; extern bool patch_daodaninit; extern bool patch_directinput; extern bool patch_disablecmdline; extern bool patch_fonttexturecache; extern bool patch_getcmdline; extern bool patch_kickguns; extern bool patch_killvtune; extern bool patch_largetextures; extern bool patch_levelplugins; extern bool patch_multibyte; extern bool patch_newweapon; extern bool patch_optionsvisible; extern bool patch_particledisablebit; extern bool patch_pathfinding; extern bool patch_projaware; extern bool patch_safeprintf; extern bool patch_throwtest; extern bool patch_usedaodangl; extern bool patch_usegettickcount; extern bool patch_wpfadetime; extern bool opt_border; extern bool opt_gamma; extern bool opt_topmost; extern bool opt_usedaodanbsl; extern bool patch_chinese; #endif