1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Split ABM/LBM from serverenvironment.cpp to own file

This commit is contained in:
sfan5 2025-03-26 21:25:20 +01:00
parent dea95c7339
commit 2602d03b34
6 changed files with 722 additions and 682 deletions

View file

@ -6,7 +6,7 @@
#include <sstream>
#include "serverenvironment.h"
#include "server/blockmodifier.h"
class TestLBMManager : public TestBase
{