diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2017-01-08 10:49:47 +0100 |
---|---|---|
committer | Ner'zhul <nerzhul@users.noreply.github.com> | 2017-01-08 12:16:06 +0100 |
commit | eb2c19bbedecb5f42c946b0c14466abc0b109825 (patch) | |
tree | 30caf4e08c1bdff6a385f6c8710c088832aa74d7 /src/client.h | |
parent | b0746834cc44af1086c83715d0d6f749f653f29a (diff) | |
download | minetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.tar.gz minetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.tar.bz2 minetest-eb2c19bbedecb5f42c946b0c14466abc0b109825.zip |
Move ClientEnvironment to dedicated cpp/header files
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 891fe62f8..9a09704a6 100644 --- a/src/client.h +++ b/src/client.h @@ -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> |