ext/say_all.h in ray-0.1.1 vs ext/say_all.h in ray-0.2.0

- old
+ new

@@ -1,10 +1,13 @@ #ifndef SAY_ALL_H_ #define SAY_ALL_H_ /* Dependencies for all of the files */ +/* Data structures */ +#include "mo.h" + /* Standard headers */ #include <stdlib.h> #include <stdio.h> #include <string.h> #include <stdint.h> @@ -69,9 +72,12 @@ const char *say_error_get_last(); void say_error_set(const char *message); void say_error_clean_up(); + +/* Get OpenGL proc */ +void *say_get_proc(const char *name); #define SAY_PI 3.14159265358979323846 #endif