minus one small include file that was commented out, I'm not
sure why it was commented out but I'm pretty sure its needed.
If there are still problems later we can sort it out, everything
else is pretty simple.
Kent
#include <strings.h>
#endif
+#include <cstring>
+#include <cstdio>
// For obscure full screen mode stuuf
// lifted verbatim from blut.
#include <vector>
#include <limits.h>
+
+#include <cstring>
+#include <cstdlib>
+
using namespace std;
#include <math.h>
+#include <cstring>
+
using namespace std;
static string command_path = "";
#include "export_Plugin.h"
#include <math.h>
+
+#include <cstring>
+
using namespace std;
#include <math.h>
+#include <cstring>
+
using namespace std;
void yafrayRender_t::clearAll()
#include "GPC_KeyboardDevice.h"
+#include <cstdlib>
+
/**
* NextFrame toggles currentTable with previousTable,
* and copies relevant event information from previous to current table