ai/default/default.h
author miham
Sat, 23 Dec 2006 13:08:32 +0000
changeset 5556 3851f71a9a8d
parent 2447 47f2b670fb22
permissions -rw-r--r--
(svn r7553) WebTranslator2 update to 2006-12-23 14:07:59
american - 3 fixed by WhiteRabbit (3)
hungarian - 4 fixed by miham (4)
2447
47f2b670fb22 (svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff changeset
     1
/* $Id$ */
47f2b670fb22 (svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff changeset
     2
47f2b670fb22 (svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff changeset
     3
#ifndef DEFAULT_H
47f2b670fb22 (svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff changeset
     4
#define DEFAULT_H
47f2b670fb22 (svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff changeset
     5
47f2b670fb22 (svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff changeset
     6
void AiDoGameLoop(Player*);
47f2b670fb22 (svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff changeset
     7
47f2b670fb22 (svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff changeset
     8
#endif