- Canvis que vaig fer fa 2 messos, però no sé en què estava pensant, he de arreglar-ho.
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
|
||||
namespace DestSurface
|
||||
{
|
||||
void Init(SDL_Renderer *renderer, SDL_Texture *texture);
|
||||
void init(int width, int height);
|
||||
|
||||
void Clear();
|
||||
void clear(uint32_t color);
|
||||
|
||||
uint32_t *getPixels();
|
||||
uint8_t *getPixels();
|
||||
|
||||
int getWidth();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user