source: Daodan/src/Daodan_Config.h@ 967

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

Daodan 3.5: Fix displaying screens larger than screen res

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