ai/default/default.h
author tron
Fri, 07 Apr 2006 07:08:20 +0000
changeset 3460 0965a51903db
parent 2447 071e4afe707c
permissions -rw-r--r--
(svn r4304) The chat box' parent window (the main toolbar, wtf?) doesn't care for the WE_ON_EDIT_TEXT_CANCEL event, so don't send one. This code looks like it was mindlessly copy&pasted from the query box
/* $Id$ */

#ifndef DEFAULT_H
#define DEFAULT_H

void AiDoGameLoop(Player*);

#endif