Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-01-09 20:52:41 +0000
committerStijn Buys <ingar@osirion.org>2012-01-09 20:52:41 +0000
commit28eeb651acfd294b2b0bb7d4e14f09eb365caf7c (patch)
tree1dd65f6907ded300d5a1554f1db2a9bdc5300cda /src/client/Makefile.am
parent7178e0a298047fa95afe1651114905f1e226928b (diff)
Added save/load menu prototype.
Diffstat (limited to 'src/client/Makefile.am')
-rw-r--r--src/client/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index c46d885..77ff3c3 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -30,6 +30,7 @@ noinst_HEADERS = \
mapwidget.h \
mapwindow.h \
notifications.h \
+ savegamemenu.h \
soundext.h \
targeticonbutton.h \
targets.h \
@@ -59,6 +60,7 @@ libclient_la_SOURCES = \
mapwidget.cc \
mapwindow.cc \
notifications.cc \
+ savegamemenu.cc \
soundext.cc \
targeticonbutton.cc \
targets.cc \