source: trunk/MagicSoft/Cosy/videodev/Writer.h@ 745

Last change on this file since 745 was 738, checked in by tbretz, 24 years ago
*** empty log message ***
File size: 245 bytes
Line 
1#ifndef WRITER_H
2#define WRITER_H
3
4#include <sys/time.h>
5
6class Writer;
7
8class Writer
9{
10public:
11
12 static void Ppm(const char *fname, const char *img);
13 static void Png(const char *fname, const char *buf, struct timeval *date);
14};
15
16#endif
Note: See TracBrowser for help on using the repository browser.