Include drm.h in rcore.h for platform_drm
This commit is contained in:
parent
42125ae191
commit
68046f5705
|
|
@ -16,6 +16,9 @@
|
||||||
// NOTE: GLFW3 already includes gl.h (OpenGL) headers
|
// NOTE: GLFW3 already includes gl.h (OpenGL) headers
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(PLATFORM_DRM)
|
||||||
|
#include "drm.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// PROVIDE A HEADER TO BE USED BY ALL THE rcore_* IMPLEMENTATIONS.
|
// PROVIDE A HEADER TO BE USED BY ALL THE rcore_* IMPLEMENTATIONS.
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user