changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / DDScrollBuffer.h
index 20346b374bbc98d2c42417b17763e2d7e67973a9..8dd904e2f7ff4af5805696ab8d058b09956217e7 100644 (file)
@@ -12,12 +12,12 @@ extern int mScrollX, mScrollY;
 extern int mScrollX_last, mScrollY_last;
 
 
-extern void InitScrollPlayfield();
-extern void UpdatePlayfield(boolean);
-extern void RestorePlayfield();
+void InitScrollPlayfield(void);
+void UpdatePlayfield(boolean);
+void RestorePlayfield(void);
 
-extern void DDScrollBuffer_ScrollTo(int X, int Y);
-extern void DDScrollBuffer_ScrollTowards(int X, int Y, double Step);
-extern void DDScrollBuffer_SoftScrollTo(int X, int Y, int TimeMS, int FPS);
+void DDScrollBuffer_ScrollTo(int X, int Y);
+void DDScrollBuffer_ScrollTowards(int X, int Y, double Step);
+void DDScrollBuffer_SoftScrollTo(int X, int Y, int TimeMS, int FPS);
 
-#endif /* DDSCROLLBUFFER_H */
+#endif // DDSCROLLBUFFER_H