Changes between Version 6 and Version 7 of addnewenum


Ignore:
Timestamp:
06/01/16 17:13:23 (9 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addnewenum

    v6 v7  
    55== Add a new Enum ==
    66
    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:
     7If 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:
    88 - It does not already exist (the compiler will tell you anyway)
    99 - It finishes with `Enum,`