ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
branches
/
mmeineke
/
xyz2pov
/
src
/
frameCount.h
Revision:
60
Committed:
Thu Aug 1 21:12:33 2002 UTC
(22 years, 9 months ago) by
mmeineke
Content type:
text/plain
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
#
Content
1
#ifndef __FRAMECOUNT_H__
2
#define __FRAMECOUNT_H__
3
4
extern int frameCount( char* in_name );
5
6
#endif