Files @ r3932:71f9d9da69b4
Branch filter:

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

KUDr
(svn r5067) -Codechange: [YAPF] Platform selection feature now applies penalty per platform instead of per tile (should give better results)
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef DEFAULT_H
#define DEFAULT_H

void AiDoGameLoop(Player*);

#endif