mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
More editor progress
This commit is contained in:
@@ -13,11 +13,14 @@
|
||||
#pragma warning(error:4311) // Pointer truncation to int
|
||||
#endif
|
||||
|
||||
template<class T>
|
||||
class ArrayView;
|
||||
struct IGpColorCursor;
|
||||
struct GpVOSEvent;
|
||||
struct GpMouseInputEvent;
|
||||
struct TimeTaggedVOSEvent;
|
||||
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
struct MMHandleBlock;
|
||||
@@ -90,6 +93,8 @@ struct Window
|
||||
|
||||
void OnTick();
|
||||
|
||||
ArrayView<PortabilityLayer::Widget*> GetWidgets() const;
|
||||
|
||||
DrawSurface m_surface; // Must be the first item until the immediate mode draw API is completely removed
|
||||
|
||||
// The port is always at 0,0
|
||||
|
||||
Reference in New Issue
Block a user