summaryrefslogtreecommitdiff
path: root/RenderScript.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-02-23 15:27:51 -0800
committerJason Sams <rjsams@android.com>2010-02-23 15:28:52 -0800
commit4e17e0e765c3a03c8d5065b8830e6dd8822f2c6a (patch)
tree9262692500f9cf4039a8b8766bec0543210aa279 /RenderScript.h
parentb91ff26cb9b302f2a6573ab9ba75abbb4451d01c (diff)
downloadrs-4e17e0e765c3a03c8d5065b8830e6dd8822f2c6a.tar.gz
Begin implementation of generated java files from RS files.
Diffstat (limited to 'RenderScript.h')
-rw-r--r--RenderScript.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/RenderScript.h b/RenderScript.h
index 02667d83..0c95e7dd 100644
--- a/RenderScript.h
+++ b/RenderScript.h
@@ -200,8 +200,9 @@ enum RsPrimitive {
RS_PRIMITIVE_TRIANGLE_FAN
};
-
+#ifndef NO_RS_FUNCS
#include "rsgApiFuncDecl.h"
+#endif
#ifdef __cplusplus
};