test: History ui tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef _GAME_OBJECT_
|
||||
#define _GAME_OBJECT_
|
||||
|
||||
class GameObject {
|
||||
public:
|
||||
GameObject() {}
|
||||
virtual ~GameObject() {}
|
||||
};
|
||||
|
||||
#endif // _GAME_OBJECT_
|
||||
Reference in New Issue
Block a user