12 lines
221 B
C
12 lines
221 B
C
|
#ifndef IMG_QT_INCLUDES_H_
|
||
|
#define IMG_QT_INCLUDES_H_
|
||
|
|
||
|
// includes all img and all qt wrap headers
|
||
|
|
||
|
#include "img/img.h"
|
||
|
|
||
|
#include "wrap/qt/img_qt_convert.h"
|
||
|
#include "wrap/qt/img_qt_io.h"
|
||
|
|
||
|
#endif /*IMG_QT_INCLUDES_H_*/
|