diff options
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro index d43e28d..d53c69a 100644 --- a/client/client.pro +++ b/client/client.pro @@ -36,6 +36,8 @@ unix { HEADERS += \ collapser.h \ debug.h \ + entity.h \ + header.h \ launcherwindow.h \ lua.h \ luadb.h \ @@ -72,6 +74,7 @@ SOURCES += \ pracro.cc \ collapser.cc \ debug.cc \ + header.cc \ launcherwindow.cc \ lua.cc \ luadb.cc \ |