~glmark2-dev/glmark2/libmatrix-util

« back to all changes in this revision

Viewing changes to oglsdl.h

  • Committer: Alexandros Frantzis
  • Date: 2010-07-07 10:32:18 UTC
  • Revision ID: git-v1:d2683504fc3cc84e7f3aefd917147037706cecf0
Initial release of original OpenGL code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _OGLSDL_H
 
2
#define _OGLSDL_H
 
3
 
 
4
#include <SDL/SDL.h>
 
5
#include <GL/glew.h>
 
6
 
 
7
#endif