mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
normalize includes: zone
This commit is contained in:
+5
-4
@@ -1,7 +1,9 @@
|
||||
#ifndef EQEMU_LUA_GENERAL_H
|
||||
#define EQEMU_LUA_GENERAL_H
|
||||
#pragma once
|
||||
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "luabind/luabind.hpp"
|
||||
|
||||
luabind::scope lua_register_general();
|
||||
luabind::scope lua_register_random();
|
||||
luabind::scope lua_register_events();
|
||||
@@ -26,5 +28,4 @@ luabind::scope lua_register_journal_speakmode();
|
||||
luabind::scope lua_register_journal_mode();
|
||||
luabind::scope lua_register_exp_source();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif // LUA_EQEMU
|
||||
Reference in New Issue
Block a user