Files @ r2567:a475d65e5a9c
Branch filter:

Location: cpp/openttd-patchpack/source/ai/default/default.h

bjarni
(svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef DEFAULT_H
#define DEFAULT_H

void AiDoGameLoop(Player*);

#endif