source: Daodan/src/Daodan.h@ 685

Last change on this file since 685 was 677, checked in by alloc, 12 years ago

Daodan: Updated src to work with MinGW

File size: 279 bytes
RevLine 
[272]1#pragma once
2#ifndef DAODAN_H
3#define DAODAN_H
4
5#include <windows.h>
[677]6#include "bool.h"
[272]7
[273]8#define ONICALL __fastcall
9
[272]10extern HMODULE DDrDLLModule;
11extern HMODULE DDrONiModule;
12
[468]13extern bool opt_border;
14extern bool opt_shadow;
15extern bool opt_topmost;
16
[677]17
18
19
[272]20#endif
Note: See TracBrowser for help on using the repository browser.