c9e8747ac7db663bee48d83b09fd447f9383870f
[rocksndiamonds.git] / src / game_sp / DDSpriteBuffer.h
1 // ----------------------------------------------------------------------------
2 // DDSpriteBuffer.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef DDSPRITEBUFFER_H
6 #define DDSPRITEBUFFER_H
7
8 #include "global.h"
9
10
11 extern void DDSpriteBuffer_Init();
12 extern void DDSpriteBuffer_BltImg(int pX, int pY, int graphic, int sync_frame);
13
14 #endif /* DDSPRITEBUFFER_H */