mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 15:37:11 +01:00
reorganize sources
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "module.h"
|
||||
|
||||
#include <otml/otml.h>
|
||||
#include <luascript/luainterface.h>
|
||||
#include "modulemanager.h"
|
||||
|
||||
#include <framework/otml/otml.h>
|
||||
#include <framework/luascript/luainterface.h>
|
||||
|
||||
void Module::discover(const OTMLNodePtr& moduleNode)
|
||||
{
|
||||
m_description = moduleNode->readAt<std::string>("description");
|
||||
|
||||
Reference in New Issue
Block a user