summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2019-09-02 21:33:14 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2019-09-02 21:33:14 +0200
commite17f14db7213fd27c4fa864ca57e6c2b4dbd79ec (patch)
treef45d25a15d3a25f45a49fa87b909fed39965f560 /src/main.h
parent643420376e22d72d62a34b00f6b3d4c3e6eca979 (diff)
downloaddemoscene-eo-e17f14db7213fd27c4fa864ca57e6c2b4dbd79ec.tar.gz
demoscene-eo-e17f14db7213fd27c4fa864ca57e6c2b4dbd79ec.tar.bz2
demoscene-eo-e17f14db7213fd27c4fa864ca57e6c2b4dbd79ec.zip
First try for GL drawing. Scene 00 cannot render after scene01_init.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index b2b0a6e..1ff41ec 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,6 +1,8 @@
#ifndef MAIN_H_INCLUDED
#define MAIN_H_INCLUDED
+#define GL_GLEXT_PROTOTYPES
+
#include <caca.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_opengl.h>