forked from mirror/OpenTTD
9 lines
85 B
C
9 lines
85 B
C
/* $Id$ */
|
|
|
|
#ifndef DEFAULT_H
|
|
#define DEFAULT_H
|
|
|
|
void AiDoGameLoop(Player*);
|
|
|
|
#endif
|