summary refs log tree commit diff
path: root/src/Files.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Files.h')
-rw-r--r--src/Files.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/Files.h b/src/Files.h
index 48eba94..c8dbb8e 100644
--- a/src/Files.h
+++ b/src/Files.h
@@ -1,17 +1,8 @@
 #ifndef _FILES_H_
 #define _FILES_H_
 
-#include <stdio.h>
-#include <stdlib.h>			// Header File For Standard functions
-#include <stdio.h>			// Header File For Standard Input/Output
-#include <string.h>
-#include <ctype.h>
-#include <cstdarg>
-#include <cmath>
 #include <iostream>
 #include <fstream>
-#include <GL/gl.h>
-#include <GL/glu.h>
 
 #include "Support.h"
 
@@ -19,35 +10,7 @@
 #define Pstr unsigned char *
 #define Cstr char *
 
-#define FILE_ERROR_ALERT          138
-#define OLD_SAVE_VERSION          139
-#define UNREADABLE_SCORES_ALERT   140
-
-#define SAVE_WARNING_ID           132
-#define PB_SAVE                     1
-#define PB_CANCEL                   2
-#define PB_DONT_SAVE                3
-
-#define FILE_ERROR_STRINGS        129
-#define FILE_ERROR_PREFIX           1
-#define FILE_ERROR_SUFFIX           2
-
-#define SAVE_WARNING_STRINGS      132
-
-#define FILE_STRINGS              130
-#define SAVE_GAME_STRING            1
-#define SAVE_SCORES_STRING          2
-#define SCORES_NAME_STRING          3
-#define SAVE_JOURNAL_STRING         4
-#define JOURNAL_NAME_STRING         5
-#define UNTITLED_STRING             6
-#define SAVE_FORM_STRING            7
-#define FORM_NAME_STRING            8
-
-#define REGISTRATION_FORM         136
-
 #define FILE_NAME_SIZE             32
-#define ERROR_LENGTH               80
 
 /**> Files Opening <**/
 class Files