ai/default/default.h
author bjarni
Sat, 03 Dec 2005 13:43:54 +0000
changeset 2712 f0b9526767d3
parent 2447 071e4afe707c
permissions -rw-r--r--
(svn r3257) -Codechange: [OSX] removed the dynamic lib in bundle option (introduced in rev 3230)
it caused way more problems than it solved
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