Fix function prototypes and two typos.
[reactos.git] / reactos / base / applications / screensavers / 3dtext / 3dtext.h
index 633c3ca..bafa2e5 100644 (file)
@@ -22,5 +22,5 @@
 
 TCHAR m_Text[MAX_PATH];
 
-void LoadSettings();
-void SaveSettings();
+VOID LoadSettings(VOID);
+VOID SaveSettings(VOID);