/********************************************************************** *< FILE: IGameError.h DESCRIPTION: Access to the IGame Errors. CREATED BY: Neil Hazzard, Discreet HISTORY: created 02/02/02 IGame Version: 1.122 *> Copyright (c) 2002, All Rights Reserved. **********************************************************************/ /*!\file IGameError.h \brief IGame Error Access. Internal IGame methods maintain a global error state, these methods provide access to this data. Many IGame methods return pointers or boolean status flags. If either of these are null or false, then you can use these method to access the error. */ #ifndef __IGAMEERROR__H #define __IGAMEERROR__H #include "max.h" #pragma once #define IGAMEEEXPORT __declspec( dllexport ) //!Enumeration of the Error codes produced by IGame enum IGameError{ IG_NO_ERROR, /*!