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 692 by alloc, Thu Mar 7 17:26:13 2013 UTC vs.
Revision 705 by alloc, Tue Mar 19 15:00:23 2013 UTC

# Line 18 | Line 18 | typedef struct {
18                  int32_t value_int32;
19                  char*   value_str32;
20                  float   value_float;
21 <                bool    value_bool;
21 >                char    value_bool;
22          } val;
23   } sl_arg;
24  

Diff Legend

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