00001 // ----------------------------------------------------------------------- // 00002 // 00003 // MODULE : spl_event_mgr_test_harness.h 00004 // 00005 // PURPOSE : constructs and executes a test of the CSplEventMgr 00006 // 00007 // CREATED : 04/21/01 00008 // 00009 // (c) 2001 LithTech, Inc. All Rights Reserved 00010 // 00011 // ----------------------------------------------------------------------- // 00012 00013 #ifndef __SPL_EVENT_MGR_TEST_HARNESS_H__ 00014 #define __SPL_EVENT_MGR_TEST_HARNESS_H__ 00015 00016 #include "spl_event_mgr.h" 00017 00018 00019 LTRESULT RunEventMgrTestHarness(); 00020 00021 00022 #endif // __SPL_EVENT_MGR_TEST_HARNESS_H__