7 lines
167 B
C
7 lines
167 B
C
#ifndef LIGHTKEEPER_GAMECOMPONENTREGISTRY_H
|
|
#define LIGHTKEEPER_GAMECOMPONENTREGISTRY_H
|
|
|
|
void RegisterGameComponents();
|
|
|
|
#endif // LIGHTKEEPER_GAMECOMPONENTREGISTRY_H
|