mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-02-19 18:31:34 +00:00
stub implementation of Bot class
This commit is contained in:
parent
9a6aa658d5
commit
dbe31e5911
1 changed files with 12 additions and 0 deletions
|
@ -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 =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue