From 54440a01a97144efb6a3106fc8e63152f47e97f9 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Thu, 16 Jul 2009 15:08:06 -0700 Subject: Update rollo and renderscript to the new ACC compiler interface. --- libs/rs/rsScriptC.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libs/rs/rsScriptC.h') diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index c46901b1..9d9ec49 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h @@ -69,6 +69,14 @@ public: void clear(); void runCompiler(Context *rsc); + + struct SymbolTable_t { + const char * mName; + void * mPtr; + const char * mDecl; + }; + static SymbolTable_t gSyms[]; + static const SymbolTable_t * lookupSymbol(const char *); }; -- cgit v1.1