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 705 by alloc, Tue Mar 19 15:00:23 2013 UTC vs.
Revision 1017 by alloc, Mon Mar 23 23:29:19 2015 UTC

# Line 5 | Line 5
5   #include <assert.h>
6   #include "stdint.h"
7  
8 < #define ONICALL __fastcall
9 < #define UUmType(t) typedef struct t t;
8 > #include "Oni/Oni.h"
9  
10 < #define DDmAssert(expr) assert(expr);
12 <
13 < typedef unsigned char UUtBool;
14 < #define UUcTrue  ((UUtBool) 1)
15 < #define UUcFalse ((UUtBool) 0)
16 <
17 < typedef unsigned short UUtError;
18 < #define UUcError_None ((UUtError) 0)
10 > #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
11  
12   extern HMODULE DDrDLLModule;
13   extern HMODULE DDrONiModule;
14  
23 extern bool opt_border;
24 extern bool opt_topmost;
25 extern bool opt_gamma;
26
15   #endif

Diff Legend

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