mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
3 lines
90 B
C++
3 lines
90 B
C++
|
#include "Vendor.hpp"
|
||
|
|
||
|
std::map<int32_t, std::vector<VendorListing>> Vendor::VendorTables;
|