fix RGFW related warnings

This commit is contained in:
Lorenzo Torres 2026-01-07 02:54:16 +01:00
parent dadd2edaf1
commit 02f5c714bc
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
/* SPDX-License-Identifier:BSD-3-Clause */
#include "vk.h"
#include "instance.h"
#include "../../core/log.h"
#include "vk.h"
const char *extensions[] = {
#ifdef PLATFORM_MACOS