]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_abm.cpp
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / content_abm.cpp
index 57e4637d4f98a4c83e77a94acd0857b1cfd0ecdd..6e2d438fdbc32971fbf3b401d3cc855143b82c69 100644 (file)
@@ -28,7 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "treegen.h" // For treegen::make_tree
 #include "main.h" // for g_settings
 #include "map.h"
-#include "cpp_api/scriptapi.h"
+#include "scripting_game.h"
 #include "log.h"
 
 #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"