// // Created by Vicente Ferrari Smith on 26.02.26. // #ifndef M_INIT_H #define M_INIT_H #include #define GLFW_EXPOSE_NATIVE_COCOA #import #include #include #include struct Device { MTL::Device *device; }; void create_device(); #endif //M_INIT_H