mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Add license browser, improve touchscreen UI
This commit is contained in:
10
GpApp/MainMenuUI.h
Normal file
10
GpApp/MainMenuUI.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
struct Point;
|
||||
struct Window;
|
||||
|
||||
void StartMainMenuUI();
|
||||
void TickMainMenuUI();
|
||||
void DismissMainMenuUI();
|
||||
void HandleMainMenuUIResolutionChange();
|
||||
bool HandleMainMenuUIClick(Window *window, const Point &pt);
|
Reference in New Issue
Block a user