Ignore:
Timestamp:
09/08/04 18:01:21 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/videodev/Writer.h

    r1816 r4888  
    99#endif
    1010
     11#ifndef COORD_H
     12#include <coord.h>
     13#endif
     14
    1115typedef unsigned char byte;
    1216
     
    1721public:
    1822
    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);
    2125
    2226    ClassDef(Writer, 0)
Note: See TracChangeset for help on using the changeset viewer.