mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-01 09:12:37 -06:00
6 lines
163 B
C
6 lines
163 B
C
#pragma once
|
|
|
|
SWA_API void Game_PlaySound(const char* pName);
|
|
SWA_API void Window_SetDisplay(int displayIndex);
|
|
SWA_API void Window_SetFullscreen(bool isEnabled);
|