source: Daodan/src/Daodan_Config.h@ 891

Last change on this file since 891 was 877, checked in by alloc, 11 years ago

Daodan: Moved flatline to subfolder, flatline enabled through patch "flatline"

File size: 1.2 KB
Line 
1#ifndef DAODAN_CONFIG_H
2#define DAODAN_CONFIG_H
3
4#include "stdint.h"
5
6void DDrConfig(int argc, char* argv[]);
7
8extern bool patch_alttab;
9extern bool patch_argb8888;
10extern bool patch_binkplay;
11extern bool patch_bsl;
12extern bool patch_cheater;
13extern bool patch_cheatsenabled;
14extern bool patch_cheattable;
15extern bool patch_clipcursor;
16extern bool patch_cooldowntimer;
17extern bool patch_daodandisplayenum;
18extern bool patch_directinput;
19extern bool patch_disablecmdline;
20extern bool patch_flatline;
21extern bool patch_fonttexturecache;
22extern bool patch_getcmdline;
23extern bool patch_kickguns;
24extern bool patch_killvtune;
25extern bool patch_largetextures;
26extern bool patch_levelplugins;
27extern bool patch_newweapon;
28extern bool patch_nomultibyte;
29extern bool patch_optionsvisible;
30extern bool patch_particledisablebit;
31extern bool patch_pathfinding;
32extern bool patch_projaware;
33extern bool patch_safeprintf;
34extern bool patch_throwtest;
35extern bool patch_usedaodangl;
36extern bool patch_usegettickcount;
37extern bool patch_wpfadetime;
38
39extern bool opt_border;
40extern bool opt_gamma;
41extern bool opt_topmost;
42extern bool opt_usedaodanbsl;
43
44extern bool patch_chinese;
45
46#endif
Note: See TracBrowser for help on using the repository browser.