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

Comparing Daodan/src/Daodan_Config.h (file contents):
Revision 1000 by alloc, Sun May 4 18:17:11 2014 UTC vs.
Revision 1162 by rossy, Sun Oct 24 02:50:32 2021 UTC

# Line 9 | Line 9 | typedef enum {
9          C_CMD,
10          C_BOOL,
11          C_INT,
12 +        C_FLOAT,
13          C_STRING,
14          EXT_BOOL
15   } OptionType_t;
16  
17   typedef union {
18          int intBoolVal;
19 +        float floatVal;
20          uint8_t* extBoolVal;
21          char* stringVal;
22          cmd_callback callback;

Diff Legend

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