00001 #ifndef __MEMCGEATRACK_H__ 00002 #define __MEMCGEATRACK_H__ 00003 00004 #include "table_header.h" 00005 00006 #include "dEmcGeaTrackTower.h" 00007 00008 #include "dEmcGeaTrack.h" 00009 00010 #ifdef __cplusplus 00011 extern "C" 00012 { 00013 #endif 00014 long memcgeatrack_( 00015 TABLE_HEAD_ST*, DEMCGEATRACKTOWER_ST*, 00016 TABLE_HEAD_ST*, DEMCGEATRACK_ST* 00017 ); 00018 #ifdef __cplusplus 00019 } 00020 #endif 00021 #define mEmcGeaTrack_ memcgeatrack_ 00022 00023 #endif /*__MEMCGEATRACK_H__*/