ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan.h
Revision: 992
Committed: Sat Apr 5 10:19:11 2014 UTC (11 years, 6 months ago) by alloc
Content type: text/x-chdr
File size: 198 byte(s)
Log Message:
Daodan: Removed unused MSVC tree, build folders; reorganized source layout; removed Flatline from current Daodan

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 extern HMODULE DDrDLLModule;
11 extern HMODULE DDrONiModule;
12
13 #endif