src/Engine.hh
changeset 389 e74c1820fbd2
parent 283 7540b0859579
child 408 e6cfc44266af
--- a/src/Engine.hh	Tue Jan 13 16:11:37 2009 +0000
+++ b/src/Engine.hh	Tue Jan 13 20:17:03 2009 +0200
@@ -37,7 +37,7 @@
         Engine (const std::string resource_xml_path = RESOURCE_XML_PATH);
 
         // setup graphics
-        void setupGraphics (void);
+        void setupGraphics (PixelCoordinate resolution, bool fullscreen);
         
         // set up network server/client
         // setting up both of these will lead to odd behaviour :)