ASAPCabinetFE
Loading...
Searching...
No Matches
metadata_panel.h
1
#ifndef METADATA_PANEL_H
2
#define METADATA_PANEL_H
3
4
#include "imgui.h"
5
#include "
tables/table_data.h
"
6
#include "config/settings.h"
7
8
class
MetadataPanel
{
9
public
:
10
void
render(
const
TableData
& currentTable,
int
playfieldWidth,
int
playfieldHeight,
const
Settings
& settings);
11
};
12
13
#endif
// METADATA_PANEL_H
MetadataPanel
Definition
metadata_panel.h:8
Settings
Definition
settings.h:12
TableData
Stores metadata and media paths for a VPX table.
Definition
table_data.h:29
table_data.h
Defines the TableData struct for storing VPX table metadata and media paths.
src
core
ui
metadata_panel.h
Generated by
1.9.8