aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/john.h
blob: e2c1b11cd960c2f5d2d3cc42be8ec4ef160eb091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "game.h"
#include "entity.h"
#include "shopKeeper.h"

#ifndef JOHN_H
#define JOHN_H

void initJohn(Entity* entity);
void updateJohn(Entity* entity, Game* game);

#endif