aboutsummaryrefslogtreecommitdiffstats
path: root/include/UIClass.h
blob: f12cc1e67a56644f3d196804d827cc95d69fd404 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef UICLASS_H
#define UICLASS_H

#include <common.h>

class UIClass {
	public:
		void handleEvents();
};

#endif // UICLASS_H