Update 'README.md'

master
Reece Wilson 2021-10-28 20:58:06 +00:00
parent d87d88faaf
commit fcf7ebc966
1 changed files with 6 additions and 0 deletions

View File

@ -3,7 +3,13 @@
[TODO]
## Example
### Include
```c++
using AuString = std::string; // Applications in the Aurora ecosystem do not need this line
#include <AuroraEnum.hpp>
```
### Example
```c++
#define AUE_DEFINE(name, enumerations)