glh.h 398 B

1234567891011121314151617181920
  1. #ifndef GLH_H
  2. #define GLH_H
  3. #include <allegro5/allegro.h>
  4. #include <allegro5/allegro_opengl.h>
  5. /* This file was generated with:
  6. 'cfunctions -c -aoff -n -w glh_proto src/glh.c' */
  7. #ifndef CFH_GLH_PROTO
  8. #define CFH_GLH_PROTO
  9. /* From 'src/glh.c': */
  10. GLuint glh_shader_make (GLenum type , char * data );
  11. GLuint gl_program_make (GLuint * shaders , int amount );
  12. #endif /* CFH_GLH_PROTO */
  13. #endif