#include "../include/mglpp/mglpp.hpp" extern "C" { #include } namespace mgl { Init::Init() { mgl_init(); } Init::~Init() { mgl_deinit(); } }