Remove Canvas class
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
/// Josh's User Interface Library
|
||||
/// A C++20 Library for creating, styling, and rendering of a UI/UX widgets.
|
||||
/// Developed and Maintained by Josh O'Leary @ Redacted Software.
|
||||
/// Special Thanks to William Tomasine II and Maxine Hayes.
|
||||
/// (c) 2024 Redacted Software
|
||||
/// This work is dedicated to the public domain.
|
||||
|
||||
/// @file Canvas.hpp
|
||||
/// @desc A 2D drawable canvas widget.
|
||||
/// @edit 2024-11-27
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <JUI/Widgets/Rect.hpp>
|
||||
|
||||
namespace JUI
|
||||
{
|
||||
class Canvas : public Rect
|
||||
{
|
||||
public:
|
||||
protected:
|
||||
private:
|
||||
};
|
||||
}
|
@@ -1,2 +0,0 @@
|
||||
#include <JUI/Widgets/Canvas.hpp>
|
||||
|
Reference in New Issue
Block a user