KissCount/main.h

8 lines
92 B
C
Raw Normal View History

#ifndef MAIN_H
#define MAIN_H
#include <wx/wx.h>
#include <controller/KissCount.h>
#endif