Move directories, fix a bug into month generation (tree), add tooltips

This commit is contained in:
2010-07-04 17:42:14 +02:00
parent 5999035959
commit d29afc619e
44 changed files with 97 additions and 26 deletions

7
src/main.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef MAIN_H
#define MAIN_H
#include <wx/wx.h>
#include <controller/KissCount.h>
#endif