ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
src
/
BFW_ScriptLang.h
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing Daodan/src/BFW_ScriptLang.h (file contents):
Revision
677
by
alloc
, Sat Mar 2 23:46:33 2013 UTC vs.
Revision
688
by
alloc
, Mon Mar 4 14:21:23 2013 UTC
#
Line 23
|
Line 23
|
typedef struct {
23
char* value_str32;
24
float value_float;
25
bool value_bool;
26
<
};
26
>
} val;
27
} sl_arg;
28
29
typedef struct {
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)