wtf with this stdbool. use a normal compiler
This commit is contained in:
parent
e991e6f0ca
commit
886085c9cb
|
@ -1,6 +1,5 @@
|
||||||
#ifndef _BASICBOT_H_
|
#ifndef _BASICBOT_H_
|
||||||
#define _BASICBOT_H_
|
#define _BASICBOT_H_
|
||||||
#include "stdbool.h"
|
|
||||||
#define BOT_MAXFRAMES 2048 // qfox: max number of frames to be computed per attempt...
|
#define BOT_MAXFRAMES 2048 // qfox: max number of frames to be computed per attempt...
|
||||||
void UpdateBasicBot();
|
void UpdateBasicBot();
|
||||||
void CreateBasicBot();
|
void CreateBasicBot();
|
||||||
|
|
Loading…
Reference in New Issue