small fixes to make it work with demo project
This commit is contained in:
@@ -12,7 +12,7 @@ namespace TSE
|
||||
/// @param width the new width
|
||||
/// @param height the new height
|
||||
/// @param resizable the resizable that got changed
|
||||
virtual void OnResize(float width, float height, IResizable* resizable);
|
||||
virtual void OnResize(float width, float height, IResizable* resizable) = 0;
|
||||
virtual ~IResizeNotifiable() = default;
|
||||
};
|
||||
} // namespace TSE
|
||||
|
||||
@@ -15,7 +15,6 @@ namespace TSE
|
||||
virtual bool Init() = 0;
|
||||
public:
|
||||
virtual void Clear() const = 0;
|
||||
virtual void Update() const = 0;
|
||||
virtual void ClearDepthBuffer() const = 0;
|
||||
virtual bool ShouldClose() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user