Files
Dawn/include/dawn/ui/framedtextmenu.h
T
2021-09-10 10:13:39 -07:00

15 lines
305 B
C

// Copyright (c) 2021 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#pragma once
#include "../libs.h"
#include "frame.h"
#include "textmenu.h"
typedef struct {
frame_t frame;
textmenu_t menu;
float width, height;
} framedtextmenu_t;