diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-12 10:58:01 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-12 10:58:01 +0000 |
commit | 3638ed852b95ca8ced3b0962df00c6bf08c7201b (patch) | |
tree | 5b9e65426dafd91c1a762fbb5297b8f1e959503b /src | |
parent | e54118f8d2c74e8642c17721a33df2fd5d287989 (diff) | |
download | mana-3638ed852b95ca8ced3b0962df00c6bf08c7201b.tar.gz mana-3638ed852b95ca8ced3b0962df00c6bf08c7201b.tar.bz2 mana-3638ed852b95ca8ced3b0962df00c6bf08c7201b.tar.xz mana-3638ed852b95ca8ced3b0962df00c6bf08c7201b.zip |
Added modules and moved some files around.
Diffstat (limited to 'src')
-rw-r--r-- | src/.cvsignore | 3 | ||||
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/gui/equipment.cpp | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 00000000..9a639215 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,3 @@ +.deps +Makefile.in +Makefile diff --git a/src/Makefile.am b/src/Makefile.am index 9e4aff80..8f2c4ef8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,7 @@ tmw_SOURCES = sound/sound.cpp \ gui/chat.cpp \ gui/checkbox.cpp \ gui/confirm_dialog.cpp \ + gui/equipment.cpp \ gui/gui.cpp \ gui/inventory.cpp \ gui/itemcontainer.cpp \ diff --git a/src/gui/equipment.cpp b/src/gui/equipment.cpp index 69e3a97a..c34a9b30 100644 --- a/src/gui/equipment.cpp +++ b/src/gui/equipment.cpp @@ -47,4 +47,4 @@ void EquipmentWindow::draw(gcn::Graphics *graphics) void EquipmentWindow::action(const std::string &eventId) { -}
\ No newline at end of file +} |