7 lines
104 B
C++
7 lines
104 B
C++
#ifndef __IMAGEFILETEST__
|
|
#define __IMAGEFILETEST__
|
|
|
|
void ImageFileTest();
|
|
|
|
#endif // __IMAGEFILETEST__
|