rnd-19981010-1
[rocksndiamonds.git] / src / misc.h
index b3f530e78d7da5783358069b54fc39f48d8c7159..90c403e981cf9ea2701f4d705c86a387c7257dba 100644 (file)
@@ -23,6 +23,8 @@
 
 #define ERR_RETURN             0
 #define ERR_EXIT               1
+#define ERR_EXIT_HELP          2
+#define ERR_EXIT_SOUNDSERVER   3
 
 void InitCounter(void);
 unsigned long Counter(void);
@@ -36,6 +38,9 @@ unsigned int RND(unsigned int);
 unsigned int InitRND(long);
 char *GetLoginName(void);
 void MarkTileDirty(int, int);
-void Error(BOOL, char *, ...);
+void GetOptions(char **);
+void Error(int, char *, ...);
+void copydown(char *, char *, int);
+void fatal(char *);
 
 #endif