Files
Shiip-of-Hakinian-Espanol/libultraship/include/ship/utils/macUtils.h
2026-03-30 15:33:19 -06:00

12 lines
208 B
C

#pragma once
#include <SDL.h>
#ifdef __cplusplus
extern "C" {
#endif
void toggleNativeMacOSFullscreen(SDL_Window* window);
bool isNativeMacOSFullscreenActive(SDL_Window* window);
#ifdef __cplusplus
}
#endif