diff --git a/G3DTest.vcproj b/G3DTest.vcproj
index def8fa6..1829c62 100644
--- a/G3DTest.vcproj
+++ b/G3DTest.vcproj
@@ -234,10 +234,6 @@
RelativePath=".\AudioPlayer.cpp"
>
-
-
@@ -246,10 +242,6 @@
RelativePath=".\CameraController.cpp"
>
-
-
@@ -258,14 +250,6 @@
RelativePath=".\Globals.cpp"
>
-
-
-
-
@@ -286,18 +270,38 @@
/>
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
@@ -319,10 +319,6 @@
RelativePath=".\CameraController.h"
>
-
-
@@ -331,34 +327,46 @@
RelativePath=".\Globals.h"
>
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
getMousePos();
G3D::uint8 num = 0;
- //rd->window()->getRelativeMouseState(mousepos, num);
POINT mousepos;
bool mouseOnScreen = true;
if (GetCursorPos(&mousepos))
@@ -1514,6 +1512,7 @@ int main(int argc, char** argv) {
MessageBox(NULL, "Failed to create HWND","Dynamica Crash", MB_OK);
return 0;
}
+ SendMessage(hwndMain, WM_SETICON, ICON_BIG,(LPARAM)LoadImage(GetModuleHandle(NULL), (LPCSTR)MAKEINTRESOURCEW(IDI_ICON1), IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_DEFAULTSIZE));
ShowWindow(hwndMain, SW_SHOW);
Win32Window* win32Window = Win32Window::create(settings.window,hwndMain);