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>2011-08-28 09:49:23 +0000
committerStijn Buys <ingar@osirion.org>2011-08-28 09:49:23 +0000
commit14b2372f1a74198ec4f485f9665ef0acc27ae5e3 (patch)
tree0d03c4c08f5b1134b9be05875a2a27148d64dedc /src/client/Makefile.am
parent8b9b47e71cfd3ca1a9c3b8f9574ab460c9a8f437 (diff)
New base classes for cient menus.
Diffstat (limited to 'src/client/Makefile.am')
-rw-r--r--src/client/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index 49ac08a..71cfc7d 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -24,9 +24,11 @@ noinst_HEADERS = \
joystick.h \
key.h \
keyboard.h \
+ mainmenu.h \
mainwindow.h \
mapwidget.h \
mapwindow.h \
+ menuwindow.h \
notifications.h \
soundext.h \
targeticonbutton.h \
@@ -51,9 +53,11 @@ libclient_la_SOURCES = \
joystick.cc \
key.cc \
keyboard.cc \
+ mainmenu.cc \
mainwindow.cc \
mapwidget.cc \
mapwindow.cc \
+ menuwindow.h \
notifications.cc \
soundext.cc \
targeticonbutton.cc \