mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
5 lines
139 B
C
5 lines
139 B
C
#pragma once
|
|
|
|
void Game_PlaySound(const char* pName);
|
|
void Window_SetDisplay(int displayIndex);
|
|
void Window_SetFullscreen(bool isEnabled);
|