moved game controller base mappings file to new 'conf' sub-directory
[rocksndiamonds.git] / src / game_sp / DDSpriteBuffer.h
index 5840a17592bd0b0e120aa7c3f25d8980a010d832..9872f576ce4332ad0df10ce696026ff46d8ec5b6 100644 (file)
@@ -5,15 +5,9 @@
 #ifndef DDSPRITEBUFFER_H
 #define DDSPRITEBUFFER_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
 
-extern void DDSpriteBuffer_Init();
 extern void DDSpriteBuffer_BltImg(int pX, int pY, int graphic, int sync_frame);
 
 #endif /* DDSPRITEBUFFER_H */