1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-07-30 07:49:06 +01:00
OpenTTD/ai/default/default.h

9 lines
85 B
C

/* $Id$ */
#ifndef DEFAULT_H
#define DEFAULT_H
void AiDoGameLoop(Player*);
#endif