ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
branches
/
mmeineke
/
madProps
/
frameCount.h
Revision:
38
Committed:
Fri Jul 19 01:37:38 2002 UTC
(22 years, 9 months ago) by
mmeineke
Content type:
text/plain
File size:
99 byte(s)
Log Message:
A half polished version of props
File Contents
#
Content
1
#ifndef __FRAMECOUNT_H__
2
#define __FRAMECOUNT_H__
3
4
extern int frameCount( char* in_name );
5
6
#endif