mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-18 00:17:48 +00:00
13 lines
201 B
C++
13 lines
201 B
C++
#pragma once
|
|
|
|
class ObjLoading
|
|
{
|
|
public:
|
|
static class Configuration_t
|
|
{
|
|
public:
|
|
bool MenuPermissiveParsing = false;
|
|
bool MenuNoOptimization = false;
|
|
} Configuration;
|
|
};
|