Apparently some non-compliancies that were still accepted under
Ubuntu 8.04 are not accepted anymore.
#ifndef _Game_
#define _Game_
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
extern "C" {
#include <sys/param.h>
#ifndef _MAMER_
#define _MAMER_
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
+
+using namespace std;
extern "C" {
#include <sys/param.h>
#ifndef _Player_
#define _Player_
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
extern "C" {
#include <sys/param.h>
#ifndef _Storage_
#define _Storage_
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
extern "C" {
#include <sys/param.h>
#define log22(x) (log(x)/log(2))
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
extern "C" {
#include <sys/param.h>
#ifndef _TOURNEYPLAYERS_
#define _TOURNEYPLAYERS_
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
extern "C" {
#include <sys/param.h>
#ifndef _USER_
#define _USER_
-#include <fstream.h>
-#include <iostream.h>
+#include <fstream>
+#include <iostream>
+
+using namespace std;
extern "C" {
#include <sys/param.h>
gMamer.Shutdown();
}
else
- cerr << "ERROR: couldn't open server connection!" << endl;
+// cerr << "ERROR: couldn't open server connection!" << endl;
+;
else
- cerr << "ERROR: couldn't initialize mamer!" << endl;
-
+// cerr << "ERROR: couldn't initialize mamer!" << endl;
+;
exit(0);
} //- End of main