21 #ifndef SLUDGE_FUNCTION_H 22 #define SLUDGE_FUNCTION_H 24 #include "sludge/csludge.h" 25 #include "sludge/variable.h" 33 SludgeCommand theCommand;
40 int numLocals, timeLeft, numArgs;
47 bool returnSomething, isSpeech, unfreezable, cancelMe;
51 bool runAllFunctions();
55 void killAllFunctions();
62 void completeTimers();
63 void killSpeechTimers();
64 int cancelAFunction(
int funcNum,
LoadedFunction *myself,
bool &killedMyself);
Definition: function.h:32
Definition: variable.h:132
Definition: variable.h:80
Definition: function.h:37