Changeset 692 for Daodan/src/BFW_ScriptLang.h
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/BFW_ScriptLang.h
r688 r692 1 #pragma once2 1 #ifndef BFW_SCRIPTLANG_H 3 2 #define BFW_SCRIPTLANG_H 4 3 5 #include "Daodan.h" 6 7 //#include <stdint.h> 8 #include "bool.h" 4 #include "stdint.h" 9 5 10 6 typedef enum { … … 33 29 } sl_callinfo; 34 30 35 36 37 38 39 31 #endif
Note:
See TracChangeset
for help on using the changeset viewer.