Files
Destrum/lightkeeper/include/components/GameComponentList.h
T

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