From 1de0b87168837cfcd9318bec5c97d2e7d78d3293 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Mon, 17 May 2010 14:55:34 -0700 Subject: Remove more pieces of setRoot. Add pointer to allocation lookup for scripts. Change-Id: I2c3075d2056f02bb834bfad403dc72da991f3156 --- libs/rs/scriptc/rs_math.rsh | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/rs/scriptc') diff --git a/libs/rs/scriptc/rs_math.rsh b/libs/rs/scriptc/rs_math.rsh index 48ab066..1d2f1e4 100644 --- a/libs/rs/scriptc/rs_math.rsh +++ b/libs/rs/scriptc/rs_math.rsh @@ -650,4 +650,5 @@ extern void matrixRotate(void *mat, float rot, float x, float y, float z); extern void matrixScale(void *mat, float x, float y, float z); extern void matrixTranslate(void *mat, float x, float y, float z); +extern rs_allocation rsGetAllocation(const void *); -- cgit v1.1