ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/props/frameCount.h
Revision: 656
Committed: Tue Jul 29 16:32:37 2003 UTC (21 years, 11 months ago) by mmeineke
Content type: text/plain
File size: 112 byte(s)
Log Message:
working on the props code

File Contents

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