source: Daodan/src/Daodan.h@ 691

Last change on this file since 691 was 690, checked in by alloc, 12 years ago

Daodan: Cleaning up code (a few comments, old commented out stuff removed), ugly wine-crash fix for DaodanGL

File size: 254 bytes
Line 
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
10extern HMODULE DDrDLLModule;
11extern HMODULE DDrONiModule;
12
13extern bool opt_border;
14extern bool opt_topmost;
15
16
17
18
19#endif
Note: See TracBrowser for help on using the repository browser.