Changeset 4888 for trunk/MagicSoft/Cosy/videodev/Writer.h
- Timestamp:
- 09/08/04 18:01:21 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/Writer.h
r1816 r4888 9 9 #endif 10 10 11 #ifndef COORD_H 12 #include <coord.h> 13 #endif 14 11 15 typedef unsigned char byte; 12 16 … … 17 21 public: 18 22 19 static void Ppm(const char *fname, const byte *img, struct timeval *date );20 static void Png(const char *fname, const byte *buf, struct timeval *date );23 static void Ppm(const char *fname, const byte *img, struct timeval *date, const XY xy); 24 static void Png(const char *fname, const byte *buf, struct timeval *date, const XY xy); 21 25 22 26 ClassDef(Writer, 0)
Note:
See TracChangeset
for help on using the changeset viewer.