Complete overhaul of the EvaluateFormula function. Added tiny debug option ("echo" command) to scripting language. Fixed several bugs in the process.
This commit is contained in:
parent
6e2066b7f9
commit
309a670313
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,9 @@
|
|||
#include "stdbool.h"
|
||||
void UpdateBasicBot();
|
||||
void CreateBasicBot();
|
||||
extern char *BasicBotDir;
|
||||
static int EvaluateFormula(char * formula, char **nextposition, bool ret);
|
||||
static int ParseFormula(bool ret);
|
||||
static void StopBasicBot();
|
||||
static void StartBasicBot();
|
||||
void debug(int n);
|
||||
|
|
Loading…
Reference in New Issue