8 lines
153 B
C
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
|