ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Config.h
Revision: 894
Committed: Sun Aug 11 22:31:16 2013 UTC (12 years, 2 months ago) by alloc
Content type: text/x-chdr
File size: 1295 byte(s)
Log Message:
Daodan 3.5: Fix displaying screens larger than screen res

File Contents

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