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
(22 years, 8 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
#
Content
1
#ifndef __FRAMECOUNT_H__
2
#define __FRAMECOUNT_H__
3
4
extern int frameCount( char* in_name, int outTime );
5
6
#endif