File diff r8170:2f75569b3a80 → r8171:ff11fcdf6589
src/video/null_v.cpp
Show inline comments
 
@@ -38,4 +38,4 @@ void VideoDriver_Null::MainLoop()
 

	
 
bool VideoDriver_Null::ChangeResolution(int w, int h) { return false; }
 

	
 
void VideoDriver_Null::ToggleFullscreen(bool fs) {}
 
bool VideoDriver_Null::ToggleFullscreen(bool fs) { return false; }