Fixed OpenGL.hpp not including Config.hpp
Added OpenGL.h to CSFML Fixed Shape.h missing in Graphics.h in CSFML git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1105 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
635f92d98d
commit
b4638c8da2
3 changed files with 65 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
#define SFML_OPENGL_HPP
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Config.hpp>
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// This file just includes the OpenGL (GL and GLU) headers,
|
||||
/// which have actually different paths on each system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue