cpp generator : pulling all methods inside the class

This commit is contained in:
lakedaemon
2016-06-02 21:56:27 +02:00
parent ca32eb77f3
commit a9194c4c68
2 changed files with 698 additions and 712 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,8 +22,8 @@ enum Color {
Color_Red = 1,
Color_Green = 2,
Color_Blue = 8,
Color_MIN = Color_Red,
Color_MAX = Color_Blue
Color_NONE = 0,
Color_ANY = 11
};
inline const char **EnumNamesColor() {