Files
dusk/src/duskraylib/display/renderraylib.h
2025-06-11 09:42:20 -05:00

12 lines
221 B
C

/**
* Copyright (c) 2025 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include "display/render.h"
#include <raylib.h>
extern Font FONT;