amiga_imgv

diff src/gfx.h @ 3:663471a80c21

broken + sdl emu
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 26 Oct 2017 15:49:56 +0300
parents a4788c959918
children
line diff
     1.1 --- a/src/gfx.h	Thu Oct 26 10:04:29 2017 +0300
     1.2 +++ b/src/gfx.h	Thu Oct 26 15:49:56 2017 +0300
     1.3 @@ -47,6 +47,8 @@
     1.4  	int width, height;
     1.5  };
     1.6  
     1.7 +struct ham_image;
     1.8 +
     1.9  int gfx_init(int nbpl, unsigned int flags);
    1.10  void gfx_shutdown(void);
    1.11  
    1.12 @@ -66,4 +68,6 @@
    1.13  void gfx_wait_vpos(int x);
    1.14  void gfx_wait_vblank(void);
    1.15  
    1.16 +void gfx_show_image(struct ham_image *img);
    1.17 +
    1.18  #endif	/* GFX_H_ */