Dawn/include/dawn/ui/framedtextmenu.h

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;