mirror of
https://github.com/edubart/otclient.git
synced 2025-12-21 07:57:12 +01:00
init menu
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "declarations.h"
|
||||
|
||||
/// All OTML errors throw this exception
|
||||
class OTMLException : public std::exception
|
||||
class OTMLException : public Exception
|
||||
{
|
||||
public:
|
||||
OTMLException(const OTMLNodePtr& node, const std::string& error);
|
||||
|
||||
Reference in New Issue
Block a user