src/Graphics.cc
changeset 409 1a03ff151abc
parent 408 e6cfc44266af
--- a/src/Graphics.cc	Tue Jan 20 23:30:18 2009 +0200
+++ b/src/Graphics.cc	Wed Jan 21 00:21:42 2009 +0200
@@ -16,7 +16,7 @@
     );
 }
 
-Graphics::Graphics (Engine &engine, GameState &state, const GraphicsConfiguration &config) :
+Graphics::Graphics (Engine &engine, GameState &state, const GraphicsConfig &config) :
     CL_DisplayWindow(GRAPHICS_WINDOW_TITLE, config.resolution.x, config.resolution.y, config.fullscreen, true),
     engine(engine), 
     state(state),