source:
trunk/MagicSoft/Cosy/videodev/Writer.h@
798
| Last change on this file since 798 was 738, checked in by , 25 years ago | |
|---|---|
| File size: 245 bytes | |
| Line | |
|---|---|
| 1 | #ifndef WRITER_H |
| 2 | #define WRITER_H |
| 3 | |
| 4 | #include <sys/time.h> |
| 5 | |
| 6 | class Writer; |
| 7 | |
| 8 | class Writer |
| 9 | { |
| 10 | public: |
| 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.
