13 lines
140 B
C++
13 lines
140 B
C++
|
|
/*
|
|
*
|
|
* The headerfile for the interface with the entity manager
|
|
*
|
|
*/
|
|
|
|
namespace modules::source::framework::entitys {
|
|
|
|
void Init();
|
|
|
|
}
|