ai/default/default.h
author tron
Mon, 05 Jun 2006 16:08:06 +0000
changeset 3968 3dbc765cc171
parent 2447 071e4afe707c
permissions -rw-r--r--
(svn r5131) s/STRING[1-5]/STRING/g
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