Changes
This commit is contained in:
@@ -3,3 +3,11 @@
|
||||
//
|
||||
|
||||
#include "Window.h"
|
||||
void Window::render() const noexcept {}
|
||||
void Window::tick() noexcept {}
|
||||
void Window::onResize() {}
|
||||
void FloatWindow::render() const noexcept {
|
||||
renderer.fill(20, 20, 40, 40, 0xffeeeeee);
|
||||
}
|
||||
|
||||
void Button::render() const noexcept {}
|
||||
|
||||
Reference in New Issue
Block a user