author | tron |
Fri, 24 Feb 2006 19:52:26 +0000 | |
changeset 3075 | fd64f71655eb |
parent 2447 | 071e4afe707c |
permissions | -rw-r--r-- |
2447
071e4afe707c
(svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff
changeset
|
1 |
/* $Id$ */ |
071e4afe707c
(svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff
changeset
|
2 |
|
071e4afe707c
(svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff
changeset
|
3 |
#ifndef DEFAULT_H |
071e4afe707c
(svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff
changeset
|
4 |
#define DEFAULT_H |
071e4afe707c
(svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff
changeset
|
5 |
|
071e4afe707c
(svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff
changeset
|
6 |
void AiDoGameLoop(Player*); |
071e4afe707c
(svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff
changeset
|
7 |
|
071e4afe707c
(svn r2973) Move a function declaration somewhere where it belongs
tron
parents:
diff
changeset
|
8 |
#endif |