#pragma once #include namespace DestSurface { void init(int width, int height); void clear(uint32_t color); uint8_t *getPixels(); int getWidth(); }