Add base Android and EGL code
[freeglut] / src / android / opengles_stubs.c
1 #include <GL/freeglut.h>
2 #include "../Common/freeglut_internal.h"
3
4 void fgDeactivateMenu( SFG_Window *window ) {
5   fprintf(stderr, "fgDeactivateMenu: STUB\n");
6 }
7 void fgDisplayMenu( void ) {
8   fprintf(stderr, "fgDisplayMenu: STUB\n");
9 }