File diff r8170:2f75569b3a80 → r8171:ff11fcdf6589
src/video/null_v.h
Show inline comments
 
@@ -20,7 +20,7 @@ public:
 

	
 
	/* virtual */ bool ChangeResolution(int w, int h);
 

	
 
	/* virtual */ void ToggleFullscreen(bool fullscreen);
 
	/* virtual */ bool ToggleFullscreen(bool fullscreen);
 
};
 

	
 
class FVideoDriver_Null: public VideoDriverFactory<FVideoDriver_Null> {