File diff r12924:e6c5c07d4a27 → r12925:90ba6b12158c
src/video/sdl_v.h
Show inline comments
 
@@ -27,6 +27,7 @@ public:
 
	/* virtual */ bool ChangeResolution(int w, int h);
 

	
 
	/* virtual */ bool ToggleFullscreen(bool fullscreen);
 
	/* virtual */ const char *GetName() const { return "sdl"; }
 
};
 

	
 
class FVideoDriver_SDL: public VideoDriverFactory<FVideoDriver_SDL> {