Copy project
This commit is contained in:
parent
ce7a467af7
commit
26a0fd884f
173 changed files with 157458 additions and 1 deletions
8
space_game/SpaceGame/src/objects/ai/ai.h
Normal file
8
space_game/SpaceGame/src/objects/ai/ai.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef AI_H
|
||||
#define AI_H
|
||||
|
||||
// If there are non player controlled astronauts
|
||||
// control them according to some basic rule set
|
||||
void handleAI();
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue