mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
12 lines
262 B
C++
12 lines
262 B
C++
// platform_config.h
|
|
/*
|
|
FRT - A Godot platform targeting single board computers
|
|
Copyright (c) 2017-2022 Emanuele Fornara
|
|
SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <alloca.h>
|
|
|
|
#define GLES2_INCLUDE_H "gles2_egl.h"
|
|
#define GLES3_INCLUDE_H "dl/gles3.gen.h"
|