[APPLICATIONS]
[reactos.git] / reactos / base / applications / games / solitaire / solitaire.h
index 3b1e1bb..ae52831 100644 (file)
@@ -16,7 +16,7 @@ extern bool fGameStarted;
 
 extern DWORD dwOptions;
 
-void CreateSol();
+void CreateSol(void);
 void NewGame(void);
 
 #define NUM_ROW_STACKS     7