Changeset 692 for Daodan/src/Daodan.h
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan.h
r690 r692 1 #pragma once2 1 #ifndef DAODAN_H 3 2 #define DAODAN_H 4 3 5 4 #include <windows.h> 6 #include " bool.h"5 #include "stdint.h" 7 6 8 7 #define ONICALL __fastcall … … 14 13 extern bool opt_topmost; 15 14 16 17 18 19 15 #endif
Note:
See TracChangeset
for help on using the changeset viewer.