summaryrefslogtreecommitdiff
path: root/src/resources/attributes.h
diff options
context:
space:
mode:
authorPrzemysław Grzywacz <nexather@gmail.com>2013-05-04 21:57:58 +0200
committerPrzemysław Grzywacz <nexather@gmail.com>2013-05-04 21:57:58 +0200
commitbd1fdd87eed48ba3ffcc413936d6a6a60a429a97 (patch)
tree159fcd36797021939967c770febd59d9fbe1ee19 /src/resources/attributes.h
parent0ef59afb6ee029a4e2247684f3f32f5bd064eb0b (diff)
downloadMana-bd1fdd87eed48ba3ffcc413936d6a6a60a429a97.tar.gz
Mana-bd1fdd87eed48ba3ffcc413936d6a6a60a429a97.tar.bz2
Mana-bd1fdd87eed48ba3ffcc413936d6a6a60a429a97.tar.xz
Mana-bd1fdd87eed48ba3ffcc413936d6a6a60a429a97.zip
Client-side settings are now available from settings.xml
Diffstat (limited to 'src/resources/attributes.h')
-rw-r--r--src/resources/attributes.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/resources/attributes.h b/src/resources/attributes.h
index 7124ba94..41093af2 100644
--- a/src/resources/attributes.h
+++ b/src/resources/attributes.h
@@ -24,9 +24,18 @@
#include <string>
#include <vector>
-namespace Attributes {
+#include "utils/xml.h"
- void load();
+namespace Attributes
+{
+
+ void init();
+
+ void readAttributeNode(xmlNodePtr node, const std::string &filename);
+
+ void readPointsNode(xmlNodePtr node, const std::string &filename);
+
+ void checkStatus();
void unload();