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:
parent
121d22f137
commit
dd475d8af4
3 changed files with 112 additions and 5 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue