10 lines
187 B
C
10 lines
187 B
C
// imagefileloadsave.h
|
|
|
|
// TODO: 제거 예정
|
|
|
|
#ifndef _COMMON_IMAGEFILELOADSAVE_H_
|
|
#define _COMMON_IMAGEFILELOADSAVE_H_
|
|
|
|
#include "imagefileloader.h"
|
|
|
|
#endif // _COMMON_IMAGEFILELOADSAVE_H_
|