File diff r20307:02623c5f660d → r20308:7cc954e96245
src/video/sdl_v.h
Show inline comments
 
@@ -37,6 +37,7 @@ public:
 
private:
 
	int PollEvent();
 
	bool CreateMainSurface(uint w, uint h);
 
	void SetupKeyboard();
 
};
 

	
 
/** Factory for the SDL video driver. */