8 lines
92 B
C
8 lines
92 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include <wx/wx.h>
|
|
#include <controller/KissCount.h>
|
|
|
|
#endif
|