mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Handle refactor
This commit is contained in:
@@ -8,8 +8,7 @@ struct Control
|
||||
{
|
||||
};
|
||||
|
||||
typedef Control *ControlPtr;
|
||||
typedef ControlPtr *ControlHandle;
|
||||
typedef THandle<Control> ControlHandle;
|
||||
|
||||
typedef void(*ControlActionProc)(ControlHandle control, short part);
|
||||
typedef ControlActionProc ControlActionUPP;
|
||||
|
||||
Reference in New Issue
Block a user