source: proiecte/SIMEO/Simeo/src/SimeoGui/Gui.h @ 167

Last change on this file since 167 was 167, checked in by (none), 14 years ago

Simeo: added final project and also older proof of concept code.

We used Git for version control, so look at the Git repo
in SIMEO/Simeo/ for more info.

File size: 99 bytes
Line 
1#ifndef GUI_H
2#define GUI_H
3
4
5class Gui
6{
7public:
8
9private:
10        Gui();
11
12        ~Gui();
13
14};
15
16#endif //GUI_H
17
Note: See TracBrowser for help on using the repository browser.