makerom v0.8

This commit is contained in:
3DSGuy
2014-05-06 07:23:00 +08:00
parent c2a18c961d
commit 1060604377
36 changed files with 2019 additions and 1177 deletions
+3 -1
View File
@@ -24,6 +24,8 @@ typedef struct
yaml_event_type_t prev_event;
u32 Level;
// Processed String
char *string;
} ctr_yaml_context;
// Public Prototypes
@@ -55,4 +57,4 @@ void SetSimpleYAMLValue(char **dest, char *key, ctr_yaml_context *ctx, u32 size_
bool SetBoolYAMLValue(char *key, ctr_yaml_context *ctx);
u32 SetYAMLSequence(char ***dest, char *key, ctr_yaml_context *ctx);
u32 SetYAMLSequenceFromMapping(char ***dest, char *key, ctr_yaml_context *ctx, bool StoreKey);
void SkipYAMLGroup(ctr_yaml_context *ctx);
//void SkipYAMLGroup(ctr_yaml_context *ctx);