removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / DDSpriteBuffer.h
index 5840a17592bd0b0e120aa7c3f25d8980a010d832..8424ef9d0a5e84472c6b9472e4eee35f0fe2d1ca 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);
+void DDSpriteBuffer_BltImg(int pX, int pY, int graphic, int sync_frame);
 
 #endif /* DDSPRITEBUFFER_H */