mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-20 15:24:50 +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;
|