Files
libsm64/src/decomp/pc/gfx/gfx_opengl.h
T

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