You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef ENTITYACTS_H_
|
|
#define ENTITYACTS_H_
|
|
#include "entity.h"
|
|
#include "../game.h"
|
|
|
|
void BuilderAct(Game *game, Entity *entity);
|
|
void LumberjackAct(Game *game, Entity *entity);
|
|
|
|
#endif
|