Aolis Engine  0.1.0_alpha1
Adventure Game Engine
 All Classes Files Functions Variables
id.h
Go to the documentation of this file.
1 #ifndef AOLIS_ID_H
2 #define AOLIS_ID_H
3 
6 #include "aolis/defines.h"
7 
16 int setIDStartLevel(uint_t v);
17 
22 uint_t getIDLevel();
23 
24 #endif /* AOLIS_ID_H */
25