Update 'README.md'
This commit is contained in:
parent
d87d88faaf
commit
fcf7ebc966
@ -3,7 +3,13 @@
|
|||||||
[TODO]
|
[TODO]
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
### Include
|
||||||
|
```c++
|
||||||
|
using AuString = std::string; // Applications in the Aurora ecosystem do not need this line
|
||||||
|
#include <AuroraEnum.hpp>
|
||||||
|
```
|
||||||
|
|
||||||
|
### Example
|
||||||
```c++
|
```c++
|
||||||
#define AUE_DEFINE(name, enumerations)
|
#define AUE_DEFINE(name, enumerations)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user