Imported Upstream version 0.1.0+git20131207+e452e83
[deb_libhybris.git] / utils / generate_glesv1 / glesv1_cproto_prepare.sh
1 #!/bin/sh
2 #
3 # Extract / preprocess and format function prototypes
4 # Dependencies: cproto
5 #
6
7 cproto -I ../../hybris/include/ -x glesv1_cproto_template.h >glesv1_functions.h
8