Changes between Version 6 and Version 7 of addnewenum
- Timestamp:
- 06/01/16 17:13:23 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addnewenum
v6 v7 5 5 == Add a new Enum == 6 6 7 If you want to add a new Enum, the ONLY file that needs to be changed is src/c/shared/Enum/EnumDefinitions.h`. Open it with you favorite editor (vim) and add your new Enum. Make sure that:7 If you want to add a new Enum, the ONLY file that needs to be changed is `src/c/shared/Enum/EnumDefinitions.h`. Open it with you favorite editor (vim) and add your new Enum. Make sure that: 8 8 - It does not already exist (the compiler will tell you anyway) 9 9 - It finishes with `Enum,`