From f1d0d48dfa324af78f50f3eeac49d7db5827338b Mon Sep 17 00:00:00 2001 From: Cosmo224 Date: Mon, 4 Nov 2019 22:51:49 +0000 Subject: [PATCH] add icon to some errors + replace old comments --- main.cpp | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/main.cpp b/main.cpp index c484c6a..352f1eb 100644 --- a/main.cpp +++ b/main.cpp @@ -1,14 +1,10 @@ /** - @file demos/main.cpp + Roblox 2005 Recreation Project + © 2018-2019 Roblox 2005 Recreation Project Team + + Licensed under GPLv2 - This is a sample main.cpp to get you started with G3D. It is - designed to make writing an application easy. Although the - GApp/GApplet infrastructure is helpful for most projects, - you are not restricted to using it-- choose the level of - support that is best for your project (see the G3D Map in the - documentation). - - @author Morgan McGuire, matrix@graphics3d.com + Based on G3D 6.10 © 2003-2006 Morgan McGuire. */ // TODO: Move toolbar buttons with resized window. @@ -138,7 +134,7 @@ Demo::Demo(const GAppSettings& settings,HWND parentWindow) { //: GApp(settings,w } else { - MessageBox(NULL,"Window not found!","Error",MB_OK); + MessageBox(NULL,"Window not found!","Error",MB_OK | MB_ICONSTOP); return; }