diff options
author | deva <deva> | 2011-03-10 08:45:16 +0000 |
---|---|---|
committer | deva <deva> | 2011-03-10 08:45:16 +0000 |
commit | ded5e8cd771c9affef086b77e25c93b4868f3f29 (patch) | |
tree | 537bec9b557ca9bd2ba6e5429434fdc0250f1e8d /client/client.pro | |
parent | d8a34adcc1a69a2b77881a6e504d0f0ad896eb3a (diff) |
Callback based client implementation is now finished. Testing is up.
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 \ |