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 994 by alloc, Mon Apr 7 10:33:27 2014 UTC vs.
Revision 1000 by alloc, Sun May 4 18:17:11 2014 UTC

# Line 31 | Line 31 | typedef struct {
31   typedef struct {
32          char* name;
33          char* description;
34 <        ConfigOption_t options[50];
34 >        ConfigOption_t options[20];
35   } ConfigSection_t;
36  
37  
38   void DDrConfig(int argc, char* argv[]);
39 + void DDrConfig_WriteIni();
40  
41   ConfigOption_t* DDrConfig_GetOptOfType(const char* fullOptName, OptionType_t type);
42   const char* DDrConfig_GetOptionTypeName(OptionType_t type);
43 + const char* DDrConfig_GetOptionValueString(ConfigOption_t* opt, char printdefault);
44 + char DDrConfig_NonDefaultOptionValue(ConfigOption_t* opt);
45  
46   #endif

Diff Legend

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