source: proiecte/SIMEO/Simeo/src/SimeoEngine/Gui.cpp @ 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: 80 bytes
Line 
1#include "Gui.h"
2
3Gui::Gui(Environment *env)
4{
5        m_env = env;
6}
7
8Gui::~Gui()
9{
10}
Note: See TracBrowser for help on using the repository browser.