Defines the TableData struct for storing VPX table metadata and media paths. More...
#include <string>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | TableData |
Stores metadata and media paths for a VPX table. More... | |
Defines the TableData struct for storing VPX table metadata and media paths.
This header provides the TableData struct, which encapsulates metadata and file paths for Visual Pinball X (VPX) tables, including media assets (images, videos, music) and metadata from vpxtool or VPS database (vpsdb). It is used by the TableLoader and rendering components in ASAPCabinetFE to manage table information.