ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan.h
Revision: 690
Committed: Wed Mar 6 18:33:15 2013 UTC (12 years, 7 months ago) by alloc
Content type: text/x-chdr
File size: 254 byte(s)
Log Message:
Daodan: Cleaning up code (a few comments, old commented out stuff removed), ugly wine-crash fix for DaodanGL

File Contents

# Content
1 #pragma once
2 #ifndef DAODAN_H
3 #define DAODAN_H
4
5 #include <windows.h>
6 #include "bool.h"
7
8 #define ONICALL __fastcall
9
10 extern HMODULE DDrDLLModule;
11 extern HMODULE DDrONiModule;
12
13 extern bool opt_border;
14 extern bool opt_topmost;
15
16
17
18
19 #endif