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

#ifndef RON_H
#define RON_H

void initRon(Entity* entity);
void updateRon(Entity* entity, Game* game);

#endif