File diff r24664:2cee0b64ad6e → r24665:20a8caea4459
src/video/cocoa/cocoa_v.h
Show inline comments
 
@@ -70,6 +70,9 @@ public:
 
	/** Main game loop. */
 
	void GameLoop(); // In event.mm.
 

	
 
protected:
 
	Dimension GetScreenSize() const override;
 

	
 
private:
 
	friend class WindowQuartzSubdriver;