Files @ r7755:f4e3b487aca8
Branch filter:

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

glx
(svn r11293) -Fix: newgrf defined industry news messages use TTD format for args, which is not the same as our. So we must detect those strings and pass them the right params
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef DEFAULT_H
#define DEFAULT_H

void AiDoGameLoop(Player*);

#endif