changeset 17:972054c118f9

Add setpal() prototype.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 15 Mar 2013 20:25:59 +0200
parents e846eda89058
children ea16e1b51284
files 3x666.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3x666.c	Fri Mar 15 18:27:49 2013 +0200
+++ b/3x666.c	Fri Mar 15 20:25:59 2013 +0200
@@ -46,6 +46,8 @@
 
 int *ballz;
 
+void setpal(void);
+
 
 static inline int dmClamp(const int v, const int min, const int max)
 {
@@ -352,7 +354,7 @@
 /***************************************************************/
 
 
-void setpal()
+void setpal(void)
 {
     SDL_Color pal[SET_VID_COLORS];
     int i, a = 3, b = 0;