comparison Framework/Scene2D/Scene2D.h @ 698:8b6adfb62a2f refactor-viewport-controller

Code is broken -- stashing ongoing work in a branch
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 15 May 2019 16:56:17 +0200
parents 462a5074f914
children 5c551f078c18
comparison
equal deleted inserted replaced
660:cb3b76d16234 698:8b6adfb62a2f
117 117
118 void FitContent(unsigned int canvasWidth, 118 void FitContent(unsigned int canvasWidth,
119 unsigned int canvasHeight); 119 unsigned int canvasHeight);
120 }; 120 };
121 } 121 }
122