// // Roflmao — Lol Engine Test App // #if HAVE_CONFIG_H # include "config.h" #endif #include <lol/engine.h> int main(int argc, char **argv) { lol::System::Init(argc, argv); return EXIT_SUCCESS; }