00001 //--- < TIME.H > ----------------| ViewGraph - A Flexible Graph view Framework | 00002 // 00003 // Defines hi-res time routines for 00004 // timed event handling. 00005 // 00006 // $Author: botik32 $ 00007 // $Revision: 1.1.1.1 $ 00008 // $Date: 2004/03/26 10:50:21 $ 00009 //-----------------------------------------------------------------------------/ 00010 00011 #ifndef OPTION_TIME_H 00012 #define OPTION_TIME_H 00013 00014 long get_fwtime( void ); 00015 00016 #endif 00017 00018 /// $Log: cz_time.h,v $ 00019 /// Revision 1.1.1.1 2004/03/26 10:50:21 botik32 00020 /// Initial release 00021 /// 00022 /// Revision 1.1.1.1 2004/03/26 08:53:33 botik 00023 /// initial import 00024 /// 00025 /// 00026 /// Revision 1.1 2003/11/26 13:40:05 botik 00027 /// imported option directory required by time event 00028 /// handlers. 00029 /// 00030