10 lines
227 B
C
10 lines
227 B
C
#ifndef LIGHTKEEPER_GAMECOMPONENTLIST_H
|
|
#define LIGHTKEEPER_GAMECOMPONENTLIST_H
|
|
|
|
#include <components/PrintComponent.h>
|
|
|
|
#define LIGHTKEEPER_GAME_COMPONENTS(X) \
|
|
X(PrintComponent)
|
|
|
|
#endif // LIGHTKEEPER_GAMECOMPONENTLIST_H
|