source: Daodan/src/Daodan.h@ 368

Last change on this file since 368 was 273, checked in by rossy, 16 years ago

DDrMain

File size: 198 bytes
Line 
1#pragma once
2#ifndef DAODAN_H
3#define DAODAN_H
4
5#include <windows.h>
6#include <stdbool.h>
7
8#define ONICALL __fastcall
9
10extern HMODULE DDrDLLModule;
11extern HMODULE DDrONiModule;
12
13#endif
Note: See TracBrowser for help on using the repository browser.