extract image loading
This commit is contained in:
parent
9ece614c73
commit
3840fb0321
5 changed files with 91 additions and 40 deletions
1
dat.h
1
dat.h
|
@ -2,6 +2,7 @@ typedef struct Image Image;
|
|||
typedef struct State State;
|
||||
|
||||
struct Image {
|
||||
char *name; /* used for debugging purposes */
|
||||
int w;
|
||||
int h;
|
||||
int bpp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue