ai/default/default.h
author tron
Sun, 04 Jun 2006 16:04:15 +0000
changeset 3953 db302c2d1a2a
parent 2447 47f2b670fb22
permissions -rw-r--r--
(svn r5101) Add a function to convert an axis and a flag for north/south into a DiagDirection. Use it for bridge ramps and ship depots
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