ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/frameCount/src/frameCount.h
Revision: 84
Committed: Fri Aug 16 16:45:29 2002 UTC (21 years, 10 months ago) by mmeineke
Content type: text/plain
File size: 112 byte(s)
Log Message:
added a utility to output what time of each frame

File Contents

# User Rev Content
1 mmeineke 36 #ifndef __FRAMECOUNT_H__
2     #define __FRAMECOUNT_H__
3    
4 mmeineke 84 extern int frameCount( char* in_name, int outTime );
5 mmeineke 36
6     #endif