sm64pc/src/pc/gfx/gfx_opengl.h

9 lines
129 B
C

#ifndef GFX_OPENGL_H
#define GFX_OPENGL_H
#include "gfx_rendering_api.h"
extern struct GfxRenderingAPI gfx_opengl_api;
#endif