10 lines
301 B
C
10 lines
301 B
C
// Copyright (c) 2026 Dominic Masters
|
|
//
|
|
// This software is released under the MIT License.
|
|
// https://opensource.org/licenses/MIT
|
|
|
|
#pragma once
|
|
#include "dusk.h"
|
|
|
|
// Two kinds of UI elements, those that are scripted (with a state, logic, etc)
|
|
// and those that are draw only (rectangle, text, etc).
|