diff options
Diffstat (limited to 'indra/newview/llvectorperfoptions.h')
-rw-r--r-- | indra/newview/llvectorperfoptions.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llvectorperfoptions.h b/indra/newview/llvectorperfoptions.h index e2a0a37e33..dac4d1f86c 100644 --- a/indra/newview/llvectorperfoptions.h +++ b/indra/newview/llvectorperfoptions.h @@ -32,6 +32,10 @@ #ifndef LL_VECTORPERFOPTIONS_H #define LL_VECTORPERFOPTIONS_H -// Deprecated - moved into llviewerjointmesh +namespace LLVectorPerformanceOptions +{ + void initClass(); // Run after configuration files are read. + void cleanupClass(); +}; #endif |