Changeset 8378 for trunk/MagicSoft/Cosy/videodev/Writer.cc
- Timestamp:
- 03/14/07 19:19:45 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/videodev/Writer.cc
r4888 r8378 1 1 #include "Writer.h" 2 2 3 #include <iostream .h> // cout4 #include <fstream .h> // ofstream3 #include <iostream> // cout 4 #include <fstream> // ofstream 5 5 6 6 #include <stdio.h> // FILE … … 11 11 12 12 ClassImp(Writer); 13 14 using namespace std; 13 15 14 16 void Writer::Png(const char *fname, const byte *buf,
Note:
See TracChangeset
for help on using the changeset viewer.