2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-21 03:45:38 +00:00
2025-01-01 18:14:39 +01:00

14 lines
231 B
C++

#pragma once
class ObjLoading
{
public:
static class Configuration_t
{
public:
bool Verbose = false;
bool MenuPermissiveParsing = false;
bool MenuNoOptimization = false;
} Configuration;
};