glsl/types: Expose the function_param and struct_field structs to C
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 29 Apr 2015 21:48:12 +0000 (14:48 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 16 May 2015 18:16:32 +0000 (11:16 -0700)
commitfe550f0738cf2052d5f0bc7d23de46a79f8ae04b
treefc0a8b6f057bccd3aaa375ba9fa9a4c6d900ce43
parent053778c49362d49db93335d46cdafaa760038ac4
glsl/types: Expose the function_param and struct_field structs to C

Previously, they were hidden behind a #ifdef __cplusplus so C wouldn't find
them.  This commit simpliy moves the ifdef.
src/glsl/glsl_types.h