ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
Daodan.h
Revision:
273
Committed:
Tue Mar 17 09:55:12 2009 UTC
(16 years, 6 months ago) by
rossy
Content type:
text/x-chdr
File size:
198 byte(s)
Log Message:
DDrMain
File Contents
#
Content
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
10
extern
HMODULE
DDrDLLModule
;
11
extern
HMODULE
DDrONiModule
;
12
13
#endif