Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

callback_type.h

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------- //
00002 //
00003 // MODULE  : callback_type.h
00004 //
00005 // PURPOSE : ECallbackType - Definition
00006 //
00007 // CREATED : 04/07/01
00008 //
00009 // (c) 2001 LithTech, Inc.  All Rights Reserved
00010 //
00011 // ----------------------------------------------------------------------- //
00012 
00013 #ifndef __E_CALLBACK_TYPE_H__
00014 #define __E_CALLBACK_TYPE_H__
00015 
00016 enum ECallbackType
00017 {
00018     CBT_INVALID     = 0,
00019     CBT_FRAMES,
00020     CBT_SECONDS,
00021 };
00022 
00023 #endif // __E_CALLBACK_TYPE_H__

Generated on Mon Mar 4 08:42:23 2002 for Aria by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002