Skip to content

Instantly share code, notes, and snippets.

@sakex
Created June 23, 2020 18:24
Show Gist options
  • Save sakex/b6232b2dca57826f8aa8c91481e09253 to your computer and use it in GitHub Desktop.
Save sakex/b6232b2dca57826f8aa8c91481e09253 to your computer and use it in GitHub Desktop.
// bindings.hpp
extern "C" {
GUI::Engine *engine_factory() {
return new GUI::Engine();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment