File diff r25018:67412c730caa → r25019:7bd7e70574c6
src/video/allegro_v.h
Show inline comments
 
@@ -31,6 +31,8 @@ public:
 

	
 
	bool ClaimMousePointer() override;
 

	
 
	std::vector<int> GetListOfMonitorRefreshRates() override;
 

	
 
	const char *GetName() const override { return "allegro"; }
 

	
 
protected: