source: Daodan/src/Daodan_Config.h@ 983

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

Daodan:

File size: 1.3 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_hdscreens_lowres;
24extern bool patch_highres_console;
25extern bool patch_kickguns;
26extern bool patch_killvtune;
27extern bool patch_largetextures;
28extern bool patch_levelplugins;
29extern bool patch_newweapon;
30extern bool patch_nomultibyte;
31extern bool patch_optionsvisible;
32extern bool patch_particledisablebit;
33extern bool patch_pathfinding;
34extern bool patch_projaware;
35extern bool patch_safeprintf;
36extern bool patch_showalllasersights;
37extern bool patch_throwtest;
38extern bool patch_usedaodangl;
39extern bool patch_usegettickcount;
40extern bool patch_wpfadetime;
41
42extern bool opt_border;
43extern bool opt_gamma;
44extern bool opt_topmost;
45extern bool opt_usedaodanbsl;
46
47extern bool patch_chinese;
48
49#endif
Note: See TracBrowser for help on using the repository browser.