Home | nevrax.com |
|
nel_exception_def.hGo to the documentation of this file.00001 #ifndef NL_RYZOM_EXCEPTION_DEF_H 00002 #define NL_RYZOM_EXCEPTION_DEF_H 00003 00004 namespace Exc 00005 { 00006 enum NumError{ 00007 indexErrorNum, 00008 indexHandeledErrorNum, 00009 loadFileError, 00010 notImplemented, 00011 unRegisterClassErrorNum, 00012 unReference 00013 }; 00014 } 00015 #endif |