diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-07 22:34:26 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-07 22:40:37 +0300 |
commit | 7b7b8a8da8f3a7e726b7de2b152cd00c67df0f18 (patch) | |
tree | 312f3f07bcb7b2ee9db088fed35445c8a3de72b6 /indra/llmeshoptimizer/llmeshoptimizer.h | |
parent | 97c954dd84d50ec7b739d2dd3adb7365589f3034 (diff) |
DRTVWR-542 WIP
Diffstat (limited to 'indra/llmeshoptimizer/llmeshoptimizer.h')
-rw-r--r-- | indra/llmeshoptimizer/llmeshoptimizer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llmeshoptimizer/llmeshoptimizer.h b/indra/llmeshoptimizer/llmeshoptimizer.h index edce4edf05..d53ec2e24c 100644 --- a/indra/llmeshoptimizer/llmeshoptimizer.h +++ b/indra/llmeshoptimizer/llmeshoptimizer.h @@ -26,11 +26,16 @@ #ifndef LLMESHOPTIMIZER_H #define LLMESHOPTIMIZER_H +#include "linden_common.h" + class LLMeshOptimizer { public: LLMeshOptimizer(); ~LLMeshOptimizer(); + + // returns state + static U32 simplifyModel(); private: }; |