orca/milepost/src/milepost.m

27 lines
503 B
Mathematica
Raw Normal View History

2023-03-05 15:05:43 +00:00
/************************************************************//**
*
* @file: milepost.m
* @author: Martin Fouilleul
* @date: 13/02/2021
* @revision:
*
*****************************************************************/
2023-05-24 14:27:39 +00:00
#include"osx_path.m"
2023-03-05 15:05:43 +00:00
#include"osx_app.m"
#include"graphics_common.c"
#include"graphics_surface.c"
2023-03-05 15:05:43 +00:00
#if MG_COMPILE_METAL
2023-03-05 15:05:43 +00:00
#include"mtl_surface.m"
#endif
#if MG_COMPILE_CANVAS
#include"mtl_renderer.m"
2023-03-05 15:05:43 +00:00
#endif
#if MG_COMPILE_GLES
2023-03-05 15:05:43 +00:00
#include"gl_loader.c"
#include"egl_surface.c"
#endif