ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
Daodan.h
Revision:
1017
Committed:
Mon Mar 23 23:29:19 2015 UTC
(10 years, 6 months ago) by
alloc
Content type:
text/x-chdr
File size:
256 byte(s)
Log Message:
Daodan 4.0: Added Input module, cheats bindable to keys
File Contents
#
Content
1
#ifndef DAODAN_H
2
#define DAODAN_H
3
4
#include
<windows.h>
5
#include
<assert.h>
6
#include
"stdint.h"
7
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
15
#endif