Code:
struct IRenderingEngine { virtual void Initialize(int width, int height) = 0; virtual void Render() const = 0; virtual void UpdateAnimation(flo
Changing the name of file "AppDelegate.m" to "AppDelegate.mm". It's correct!