mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-25 00:24:12 +00:00
9 lines
85 B
C
9 lines
85 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef DEFAULT_H
|
||
|
#define DEFAULT_H
|
||
|
|
||
|
void AiDoGameLoop(Player*);
|
||
|
|
||
|
#endif
|