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