ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/xyz2pov/src/frameCount.h
Revision: 60
Committed: Thu Aug 1 21:12:33 2002 UTC (21 years, 11 months ago) by mmeineke
Content type: text/plain
Original Path: branches/mmeineke/xyz2pov/src/frameCount.h
File size: 99 byte(s)
Log Message:
A pair of utilities to turn an xyz file into a sequence of povray rendered images.

File Contents

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