mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
Scaled blit, plus fix some level editor things
This commit is contained in:
@@ -48,21 +48,6 @@ void InsertMenu(MenuHandle menu, int beforeID)
|
||||
mm->InsertMenuAtEnd(menu);
|
||||
}
|
||||
|
||||
void DeleteMenu(int menuID)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
}
|
||||
|
||||
void DrawMenuBar()
|
||||
{
|
||||
PortabilityLayer::MenuManager::GetInstance()->DrawMenuBar();
|
||||
}
|
||||
|
||||
void HiliteMenu(int menu)
|
||||
{
|
||||
// Don't know what this does
|
||||
}
|
||||
|
||||
void EnableMenuItem(MenuHandle menu, int index)
|
||||
{
|
||||
PortabilityLayer::MenuManager *mm = PortabilityLayer::MenuManager::GetInstance();
|
||||
|
||||
Reference in New Issue
Block a user