src/ai/default/default.h
changeset 5726 8f399788f6c9
parent 2447 47f2b670fb22
child 6872 1c4a4a609f85
child 8725 b769d0a63f06
equal deleted inserted replaced
5725:8ad0e96437e0 5726:8f399788f6c9
       
     1 /* $Id$ */
       
     2 
       
     3 #ifndef DEFAULT_H
       
     4 #define DEFAULT_H
       
     5 
       
     6 void AiDoGameLoop(Player*);
       
     7 
       
     8 #endif