ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/BFW_ScriptLang.h
(Generate patch)

Comparing Daodan/src/BFW_ScriptLang.h (file contents):
Revision 691 by alloc, Mon Mar 4 14:21:23 2013 UTC vs.
Revision 692 by alloc, Thu Mar 7 17:26:13 2013 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)