File diff r24217:df2f5854f1e3 → r24218:c32caa9f014d
src/video/null_v.h
Show inline comments
 
@@ -15,13 +15,13 @@
 
/** The null video driver. */
 
class VideoDriver_Null : public VideoDriver {
 
private:
 
	uint ticks; ///< Amount of ticks to run.
 

	
 
public:
 
	const char *Start(const char * const *param) override;
 
	const char *Start(const StringList &param) override;
 

	
 
	void Stop() override;
 

	
 
	void MakeDirty(int left, int top, int width, int height) override;
 

	
 
	void MainLoop() override;