mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Major draw code refactor
This commit is contained in:
@@ -5,19 +5,13 @@ void DrawDialog(DialogPtr dialog)
|
||||
PL_NotYetImplemented();
|
||||
}
|
||||
|
||||
WindowPtr GetDialogWindow(DialogPtr dialog)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
DialogPtr GetNewDialog(int resID, void *unknown, WindowPtr behind)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
CGrafPtr GetDialogPort(DialogPtr dialog)
|
||||
DrawSurface *GetDialogPort(DialogPtr dialog)
|
||||
{
|
||||
PL_NotYetImplemented();
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user