ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
trunk
/
madProps
/
headers
/
frameCount.h
Revision:
42
Committed:
Fri Jul 19 01:44:45 2002 UTC
(22 years, 9 months ago) by
mmeineke
Content type:
text/plain
File size:
99 byte(s)
Log Message:
made a header directory, and fixed the Makefile to work with it the new header dir
File Contents
#
Content
1
#ifndef __FRAMECOUNT_H__
2
#define __FRAMECOUNT_H__
3
4
extern int frameCount( char* in_name );
5
6
#endif