blob: 85f6303a38f0eb2dccb580aa57f518f653d85b7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include "johnsStore.h"
void initJohnsStore(Entity* entity)
{
}
void updateJohnsStore(Entity* entity, Game* game)
{
}
void closeJohnsStore(Entity* entity)
{
}
|