00001 // ----------------------------------------------------------------------- // 00002 // 00003 // MODULE : i_event_data.h 00004 // 00005 // PURPOSE : IEventData class - Definition 00006 // 00007 // CREATED : 04/07/01 00008 // 00009 // (c) 2001 LithTech, Inc. All Rights Reserved 00010 // 00011 // ----------------------------------------------------------------------- // 00012 00013 #ifndef __I_EVENT_DATA_H_ 00014 #define __I_EVENT_DATA_H_ 00015 00016 00017 class IEventData 00018 { 00019 public: 00020 00021 }; 00022 00023 #endif // __I_EVENT_DATA_H_