Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/pc/gfx/gfx_dummy.h
7861 views
1
#ifndef GFX_DUMMY_H
2
#define GFX_DUMMY_H
3
4
#include "gfx_rendering_api.h"
5
#include "gfx_window_manager_api.h"
6
7
extern struct GfxRenderingAPI gfx_dummy_renderer_api;
8
extern struct GfxWindowManagerAPI gfx_dummy_wm_api;
9
10
#endif
11