mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 01:33:42 +00:00
5 lines
173 B
C
5 lines
173 B
C
#include "IPlatformRenderer.h"
|
|
#include "./gl/GLRenderer.h" // 4jcraft TODO: find a way to handle OpenGL stubs through a facade
|
|
|
|
extern IPlatformRenderer& PlatformRenderer;
|