blob: 4d3f62b2870a64f622981617c44127b90fb882c9 (
plain)
1
2
3
4
5
6
7
8
|
pub usingnamespace @cImport({
@cInclude("mgl/mgl.h");
@cInclude("mgl/window/window.h");
@cInclude("mgl/window/event.h");
@cInclude("mgl/system/fileutils.h");
@cInclude("mgl/graphics/font.h");
@cInclude("mgl/graphics/text.h");
});
|