author | rubidium |
Tue, 02 Jan 2007 19:19:48 +0000 | |
changeset 5726 | 8f399788f6c9 |
parent 2447 | ai/default/default.h@47f2b670fb22 |
child 6872 | 1c4a4a609f85 |
child 8725 | b769d0a63f06 |
permissions | -rw-r--r-- |
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 |