mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
11 lines
219 B
C
11 lines
219 B
C
#pragma once
|
|
|
|
struct Point;
|
|
struct Window;
|
|
|
|
void StartMainMenuUI();
|
|
void TickMainMenuUI();
|
|
void DismissMainMenuUI();
|
|
void HandleMainMenuUIResolutionChange();
|
|
bool HandleMainMenuUIClick(Window *window, const Point &pt);
|