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

Add benchmarks for server::ActiveObjectMgr

This commit is contained in:
sfan5 2024-05-05 22:29:50 +02:00
parent 121d22f137
commit dd475d8af4
3 changed files with 112 additions and 5 deletions

View file

@ -73,11 +73,6 @@ public:
void markForRemoval();
void markForDeactivation();
// Create a certain type of ServerActiveObject
static ServerActiveObject* create(ActiveObjectType type,
ServerEnvironment *env, u16 id, v3f pos,
const std::string &data);
/*
Some simple getters/setters
*/