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

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