diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-17 17:55:38 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-17 17:55:38 +0300 |
commit | 81090063e2cfcf2d935101a71b0fd25a82290e6e (patch) | |
tree | 8673f000e33757e6ebe64cc0dd58dba36bc59bb1 /commonheaders.h | |
parent | e898920b8a8728296570c8f00b36f810cac09210 (diff) |
modified: commonheaders.h
modified: init.cpp
modified: juick.vcproj
new file: m_buttonbar.h
new file: ui.cpp
Diffstat (limited to 'commonheaders.h')
-rw-r--r-- | commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commonheaders.h b/commonheaders.h index 8c01fb2..fa1b354 100644 --- a/commonheaders.h +++ b/commonheaders.h @@ -39,4 +39,5 @@ using std::list; #include "globals.h" #include "main.h" #include "utilities.h" +#include "m_buttonbar.h" #endif |