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 992 by alloc, Sat Apr 5 10:19:11 2014 UTC vs.
Revision 1163 by rossy, Sun Oct 24 02:50:48 2021 UTC

# Line 2 | Line 2
2   #define DAODAN_H
3  
4   #include <windows.h>
5 + #include <windowsx.h>
6   #include <assert.h>
7   #include "stdint.h"
8  
9   #include "Oni/Oni.h"
10  
11 + #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
12 +
13   extern HMODULE DDrDLLModule;
14   extern HMODULE DDrONiModule;
15  

Diff Legend

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