forked from jaildesigner-jailgames/jaildoctors_dilemma
Ya se dibuja el gif en pantalla
This commit is contained in:
@@ -15,11 +15,11 @@ Uint8 pGetPixel(int x, int y);
|
||||
|
||||
void pBlit(int dx, int dy, int sx, int sy, int w, int h);
|
||||
|
||||
void pInit(const char *titol, int w, int h, int z);
|
||||
void pInit(SDL_Renderer *renderer, int w, int h);
|
||||
|
||||
void pSetPal(int index, Uint32 color);
|
||||
void pLoadPal(const char *filename);
|
||||
|
||||
void pCls(Uint8 color);
|
||||
|
||||
void pFlip();
|
||||
void pFlip(SDL_Renderer *renderer);
|
||||
|
||||
Reference in New Issue
Block a user