1#ifndef VPSDB_CATALOG_TABLE_H
2#define VPSDB_CATALOG_TABLE_H
12PinballTable loadTableFromJson(
const std::string& vpsdbFilePath,
size_t index);
18 std::string backglassPath;
19 std::string playfieldPath;
23void loadTableInBackground(
const std::string& vpsdbFilePath,
size_t index,
24 std::queue<LoadedTableData>& loadedTableQueue,
25 std::mutex& mutex, std::atomic<bool>& isTableLoading,
26 const std::string& exePath);
Definition vpsdb_catalog_table.h:15
Definition vpsdb_metadata.h:45