(svn r2973) Move a function declaration somewhere where it belongs

This commit is contained in:
tron
2005-09-23 06:38:36 +00:00
parent 1da0edf8b9
commit a9bb8ef095
4 changed files with 10 additions and 1 deletions

8
ai/default/default.h Normal file
View File

@@ -0,0 +1,8 @@
/* $Id$ */
#ifndef DEFAULT_H
#define DEFAULT_H
void AiDoGameLoop(Player*);
#endif