summaryrefslogtreecommitdiffstats
path: root/src/Data/Texture.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-12 21:06:05 +0200
committerneoraider <devnull@localhost>2008-04-12 21:06:05 +0200
commit7fa8e4b4faf6dca308607977d2c2aaa5428ca60d (patch)
tree8cbe7a0068ab0f73a7c6f3640d34c3cc11601edb /src/Data/Texture.h
parent0c6471da931839b4e934d87df27ef208c74355c3 (diff)
downloadzoomedit-7fa8e4b4faf6dca308607977d2c2aaa5428ca60d.tar
zoomedit-7fa8e4b4faf6dca308607977d2c2aaa5428ca60d.zip
zoomedit:
* Made Rooms, Gates and Textures in Levels changable
Diffstat (limited to 'src/Data/Texture.h')
-rw-r--r--src/Data/Texture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Data/Texture.h b/src/Data/Texture.h
index e0cea59..b301bbf 100644
--- a/src/Data/Texture.h
+++ b/src/Data/Texture.h
@@ -51,6 +51,10 @@ class Texture {
name = nname;
texNode->set_attribute("name", nname);
}
+
+ xmlpp::Element* getNode() const {
+ return texNode;
+ }
};
}