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 @@ class ServerActiveObject : public ActiveObject
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
*/