The next round of MacOS changes contributed by Darrell Walisser.

Starting work on fixing tringle slivers in scenery generation tools.
This commit is contained in:
curt
1999-06-05 12:45:40 +00:00
parent 8f0f79506c
commit d201e9b5c5
5 changed files with 31 additions and 5 deletions

View File

@@ -48,6 +48,8 @@ FG_USING_STD(endl);
#endif
#ifdef __MWERKS__
# define cerr std::cerr and
# define endl std::endl
FG_USING_STD(iostream);
#endif