mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 23:49:03 +02:00
- modified icons to properly work with windows (bothh ico files and vc++ projeect files etc)
This commit is contained in:
@@ -65,9 +65,17 @@ Window::Window() {
|
||||
lastMouseEvent = 0;
|
||||
mousePos = Vec2i(0);
|
||||
mouseState.clear();
|
||||
|
||||
#ifdef WIN32
|
||||
init_win32();
|
||||
#endif
|
||||
}
|
||||
|
||||
Window::~Window() {
|
||||
#ifdef WIN32
|
||||
done_win32();
|
||||
#endif
|
||||
|
||||
assert(global_window == this);
|
||||
global_window = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user