gw-libretro/gwlua/picture.h

10 lines
245 B
C
Raw Normal View History

2015-04-21 13:58:07 +00:00
#ifndef PICTURE_H
#define PICTURE_H
#include <gwlua.h>
void blit_picture( const gwlua_picture_t* picture, int x, int y, uint16_t* bg );
void unblit_picture( const gwlua_picture_t* picture, int x, int y, uint16_t* bg );
#endif /* PICTURE_H */