#pragma once void Init(int width, int height);void Render();
#pragma once
void Init(int width, int height);
void Render();