ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/frameCount/src/frameCount.h
Revision: 36
Committed: Fri Jul 19 00:48:45 2002 UTC (21 years, 11 months ago) by mmeineke
Content type: text/plain
File size: 99 byte(s)
Log Message:
moved the actual routine into a seperate source from the main. This allows the routine to
be used in other applications.

File Contents

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