mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
lua console and some changes
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
class OTMLDocument : public OTMLNode
|
||||
{
|
||||
public:
|
||||
OTMLDocument() { }
|
||||
virtual ~OTMLDocument() { }
|
||||
|
||||
/// Create a new OTML document for filling it with nodes
|
||||
@@ -24,6 +23,9 @@ public:
|
||||
|
||||
/// Save this document to a file
|
||||
bool save(const std::string& fileName);
|
||||
|
||||
private:
|
||||
OTMLDocument() { }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user