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