Files
linuxdeploy/tests/simple_library/simple_library.cpp
T

7 lines
90 B
C++
Raw Normal View History

#include "CImg.h"
using namespace cimg_library;
void hello_world() {
cimg::info();
}