1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Move ServerEnvironment to dedicated cpp/header files

* also cleanup some unneeded inclusions
This commit is contained in:
Loic Blot 2017-01-08 11:01:35 +01:00 committed by Ner'zhul
parent eb2c19bbed
commit 98e36d7d68
14 changed files with 2600 additions and 2555 deletions

View file

@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define L_ENV_H_
#include "lua_api/l_base.h"
#include "environment.h"
#include "serverenvironment.h"
class ModApiEnvMod : public ModApiBase {
private: