Fixed GiveFnPtrsToDll problems on linux

This commit is contained in:
Pavol Marko
2004-03-07 19:29:20 +00:00
parent 745e41ce3b
commit df8f02fe66
3 changed files with 9 additions and 3 deletions

View File

@ -34,6 +34,8 @@
#define VERSION "0.1"
#include <string>
using namespace std;
plugin_info_t Plugin_info = {
@ -677,7 +679,7 @@ private:
int writelong;
float writeangle;
float writecoord;
string writestring;
std::string writestring;
int writeentity;
argStack *next;
};