src/ai/default/default.h
author tron
Fri, 16 Feb 2007 09:38:43 +0000
changeset 6032 fe6a454ac1ba
parent 5475 2e6990a8c7c4
child 8229 00e7467ceeee
permissions -rw-r--r--
(svn r8755) -Fix

Abbreviate GetAirport(st->airport_type) to st->Airport()
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