diff options
Diffstat (limited to 'libs/rs/rsScriptC.h')
| -rw-r--r-- | libs/rs/rsScriptC.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index 3cb9a0b..1aab08c 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h @@ -78,8 +78,10 @@ public: const char * mName; void * mPtr; }; - static SymbolTable_t gSyms[]; + //static SymbolTable_t gSyms[]; static const SymbolTable_t * lookupSymbol(const char *); + static const SymbolTable_t * lookupSymbolCL(const char *); + static const SymbolTable_t * lookupSymbolGL(const char *); }; |
