ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan.h
(Generate patch)

Comparing Daodan/src/Daodan.h (file contents):
Revision 272 by rossy, Tue Mar 17 09:06:00 2009 UTC vs.
Revision 677 by alloc, Sat Mar 2 23:46:33 2013 UTC

# Line 3 | Line 3
3   #define DAODAN_H
4  
5   #include <windows.h>
6 < #include <stdbool.h>
6 > #include "bool.h"
7 >
8 > #define ONICALL __fastcall
9  
10   extern HMODULE DDrDLLModule;
11   extern HMODULE DDrONiModule;
12  
13 + extern bool opt_border;
14 + extern bool opt_shadow;
15 + extern bool opt_topmost;
16 +
17 +
18 +
19 +
20   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)