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 690 by alloc, Wed Mar 6 18:33:15 2013 UTC vs.
Revision 1017 by alloc, Mon Mar 23 23:29:19 2015 UTC

# Line 1 | Line 1
1 #pragma once
1   #ifndef DAODAN_H
2   #define DAODAN_H
3  
4   #include <windows.h>
5 < #include "bool.h"
5 > #include <assert.h>
6 > #include "stdint.h"
7  
8 < #define ONICALL __fastcall
8 > #include "Oni/Oni.h"
9 >
10 > #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
11  
12   extern HMODULE DDrDLLModule;
13   extern HMODULE DDrONiModule;
14  
13 extern bool opt_border;
14 extern bool opt_topmost;
15
16
17
18
15   #endif

Diff Legend

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