1
0
Fork 0

MSVC++ tweaks contributed by Christian Mayer.

This commit is contained in:
curt 1999-06-28 18:41:01 +00:00
parent e2a7fb6080
commit 0c25cad3a1
2 changed files with 6 additions and 0 deletions

View file

@ -57,6 +57,8 @@
FG_USING_STD(deque);
FG_USING_STD(vector);
FG_USING_NAMESPACE(std);
#ifndef WIN32
typedef struct {

View file

@ -65,6 +65,10 @@
FG_USING_STD(string);
#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
FG_USING_STD(cout);
#endif
puFont guiFnt = 0;
fntTexFont *guiFntHandle = 0;