Update some script stuff.
This commit is contained in:
@@ -6,14 +6,15 @@
|
||||
*/
|
||||
|
||||
#include "scriptmodule.h"
|
||||
#include "script/module/modulesystem.h"
|
||||
#include "script/module/moduleinput.h"
|
||||
#include "script/module/system/modulesystem.h"
|
||||
#include "script/module/input/moduleinput.h"
|
||||
#include "script/module/moduleplatform.h"
|
||||
#include "script/module/modulescene.h"
|
||||
#include "script/module/moduleitem.h"
|
||||
#include "script/module/modulelocale.h"
|
||||
#include "script/module/item/moduleitem.h"
|
||||
#include "script/module/locale/modulelocale.h"
|
||||
#include "script/module/moduletime.h"
|
||||
#include "script/module/moduleevent.h"
|
||||
#include "script/module/event/moduleevent.h"
|
||||
#include "util/string.h"
|
||||
|
||||
const scriptmodule_t SCRIPT_MODULE_LIST[] = {
|
||||
{ .name = "system", .callback = moduleSystem },
|
||||
|
||||
Reference in New Issue
Block a user