1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move ClientEnvironment to dedicated cpp/header files

This commit is contained in:
Loic Blot 2017-01-08 10:49:47 +01:00 committed by Ner'zhul
parent b0746834cc
commit eb2c19bbed
8 changed files with 1042 additions and 1003 deletions

View file

@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define CLIENT_HEADER
#include "network/connection.h"
#include "environment.h"
#include "clientenvironment.h"
#include "irrlichttypes_extrabloated.h"
#include "threading/mutex.h"
#include <ostream>