# | Line 1 | Line 1 | |
---|---|---|
1 | – | #pragma once |
1 | #ifndef BFW_SCRIPTLANG_H | |
2 | #define BFW_SCRIPTLANG_H | |
3 | ||
4 | < | #include "Daodan.h" |
6 | < | |
7 | < | //#include <stdint.h> |
8 | < | #include "bool.h" |
4 | > | #include "stdint.h" |
5 | ||
6 | typedef enum { | |
7 | sl_int32, | |
# | Line 32 | Line 28 | typedef struct { | |
28 | int linenumber; //perhaps | |
29 | } sl_callinfo; | |
30 | ||
35 | – | |
36 | – | |
37 | – | |
38 | – | |
31 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |