This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
tags/2021-05-28
jules
16 years ago
parent
5572be0248
commit
fd70d98db2
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
extras/juce demo/src/demos/OpenGLDemo.cpp
+ 0
- 4
extras/juce demo/src/demos/OpenGLDemo.cpp
View File
@@ -31,9 +31,6 @@
#ifdef _WIN32
#include <windows.h>
#elif ! defined (LINUX)
#include <Carbon.h>
#include <Movies.h>
#endif
#include "../jucedemo_headers.h"
@@ -48,7 +45,6 @@
#include <GL/glut.h>
#undef KeyPress
#else
#include <AGL/agl.h>
#include <GLUT/glut.h>
#endif
Write
Preview
Loading…
Cancel
Save