~ubuntu-branches/debian/sid/gource/sid

« back to all changes in this revision

Viewing changes to src/core/gl.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Caudwell
  • Date: 2011-05-16 11:30:00 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110516113000-vcqcni97y90b5eyy
Tags: 0.34-1
* New upstream release
* Changed build dependency from FTGL to Freetype 2
* Updated debian/copyright
* Bump Standards-Version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef CORE_GL_H
 
2
#define CORE_GL_H
 
3
 
 
4
#include <GL/glew.h>
 
5
 
 
6
#define NO_SDL_GLEXT
 
7
#include "SDL.h"
 
8
#include "SDL_opengl.h"
 
9
 
 
10
#endif