diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-04-17 14:54:50 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-04-19 20:14:53 +0100 |
commit | 87ad4d8e7f25210cd28d9f2b372aa00aa3dab929 (patch) | |
tree | ddeeed2ddca984f0999437517bfdca120919ecd2 /src/unittest | |
parent | 36eb823b1cebc92cd7802368ab0bdc5b3679a3cd (diff) | |
download | minetest-87ad4d8e7f25210cd28d9f2b372aa00aa3dab929.tar.gz minetest-87ad4d8e7f25210cd28d9f2b372aa00aa3dab929.tar.bz2 minetest-87ad4d8e7f25210cd28d9f2b372aa00aa3dab929.zip |
Add online content repository
Replaces mods and texture pack tabs with a single content tab
Diffstat (limited to 'src/unittest')
-rw-r--r-- | src/unittest/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test.cpp b/src/unittest/test.cpp index 7a0ef16b1..547c3fd07 100644 --- a/src/unittest/test.cpp +++ b/src/unittest/test.cpp @@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "itemdef.h" #include "gamedef.h" #include "modchannels.h" -#include "mods.h" +#include "content/mods.h" #include "util/numeric.h" content_t t_CONTENT_STONE; |