CrystalSpace

Public API Reference

csutil/win32/msvc_deprecated_warn_on.h
00001 // Obsoleted in 1.3
00002 #ifdef CS_COMPILER_GCC
00003   #warning This file was superseded by csutil/deprecated_warn_on.h
00004 #endif
00005 #ifdef CS_COMPILER_MSVC
00006   #pragma message ("This file was superseded by csutil/deprecated_warn_on.h")
00007 #endif
00008 
00009 #include "csutil/deprecated_warn_on.h"

Generated for Crystal Space 2.0 by doxygen 1.7.6.1