17 lines
504 B
C++
17 lines
504 B
C++
/// 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 Viewport.hpp
|
|
/// @desc A rectangular window that contains a 'viewport' to a
|
|
/// @edit 2024-10-31
|
|
|
|
|
|
#ifndef JUI_VIEWPORT_HPP
|
|
#define JUI_VIEWPORT_HPP
|
|
|
|
#endif //JUI_VIEWPORT_HPP
|