- Seguim treballant en polir bugs i deixar guapeta la API
This commit is contained in:
3
mini.h
3
mini.h
@@ -119,7 +119,7 @@ int scrh();
|
||||
|
||||
uint8_t newsurf(int w, int h);
|
||||
uint8_t loadsurf(const char* filename);
|
||||
void savesurf(uint8_t surface, const char* filename, uint8_t *pal);
|
||||
void savesurf(uint8_t surface, const char* filename, uint8_t *pal, uint8_t colors=0);
|
||||
void freesurf(uint8_t surface);
|
||||
int surfw(uint8_t surface);
|
||||
int surfh(uint8_t surface);
|
||||
@@ -127,6 +127,7 @@ int surfh(uint8_t surface);
|
||||
void setdest(uint8_t surface);
|
||||
void setsource(uint8_t surface);
|
||||
void setmap(uint8_t surface);
|
||||
uint8_t getmap();
|
||||
|
||||
void cls(uint8_t color=0);
|
||||
void color(uint8_t color=6);
|
||||
|
||||
Reference in New Issue
Block a user