stub implementation of Bot class

This commit is contained in:
Bill Currie 2003-03-13 19:15:42 +00:00
parent 9a6aa658d5
commit dbe31e5911

View file

@ -75,6 +75,18 @@ ClientFixRankings(); // FrikBot
#include "libfrikbot.h"
@implementation Bot
- (id) init
{
return [super init];
}
- (id) initWithEntity:(entity) e
{
return [super initWithEntity:e];
}
@end
void ()
bot_map_load =
{