tibia-client/src/framework/script/scriptfunctions.h

11 lines
162 B
C

#ifndef SCRIPTFUNCTIONS_H
#define SCRIPTFUNCTIONS_H
#include <global.h>
#include "scriptobject.h"
void registerScriptFunctions();
#endif // SCRIPTFUNCTIONS_H