mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 16:07:12 +01:00
Optimize overall memory usage
* Fixes in otbm loader * Rework BinaryTree
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
#include <framework/luaengine/luainterface.h>
|
||||
#include <otclient/otclient.h>
|
||||
|
||||
#include <framework/core/binarytree.h>
|
||||
#include <otclient/item.h>
|
||||
#include <otclient/tile.h>
|
||||
#include <boost/any.hpp>
|
||||
|
||||
int main(int argc, const char* argv[])
|
||||
{
|
||||
std::vector<std::string> args(argv, argv + argc);
|
||||
|
||||
Reference in New Issue
Block a user