Updates for Borland compilation.

This commit is contained in:
Robert Osfield 2002-02-03 11:35:24 +00:00
parent 0c63a4b65d
commit cc39c462de
2 changed files with 5 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class SG_EXPORT Billboard : public Geode
{
AXIAL_ROT_X_AXIS=AXIAL_ROT+1,
AXIAL_ROT_Y_AXIS,
AXIAL_ROT_Z_AXIS,
AXIAL_ROT_Z_AXIS
};

View File

@ -1,6 +1,10 @@
#include <osg/Notify>
#include <string>
#if defined(__BCPLUSPLUS__)
using std::toupper;
#endif
osg::NotifySeverity osg::g_NotifyLevel = osg::NOTICE;
std::ofstream *osg::g_NotifyNulStream;
bool osg::g_NotifyInit = false;