File diff r24848:4573f310a629 → r24849:01243a72f255
src/video/allegro_v.h
Show inline comments
 
@@ -32,6 +32,9 @@ public:
 
	bool ClaimMousePointer() override;
 

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

	
 
protected:
 
	void InputLoop() override;
 
};
 

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