mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-24 15:21:16 -04:00
6 lines
139 B
C
6 lines
139 B
C
#pragma once
|
|
|
|
void Game_PlaySound(const char* pName);
|
|
void Window_SetDisplay(int displayIndex);
|
|
void Window_SetFullscreen(bool isEnabled);
|