ad_astra/space_game/SpaceGame/src/objects/ai/ai.h
schmelczerandras 26a0fd884f Copy project
2020-04-19 12:48:06 +02:00

8 lines
153 B
C

#ifndef AI_H
#define AI_H
// If there are non player controlled astronauts
// control them according to some basic rule set
void handleAI();
#endif