glfw integration

This commit is contained in:
tmj-fstate
2017-03-02 04:28:56 +01:00
parent 58b183d462
commit 146d6b036d
153 changed files with 691 additions and 56322 deletions

View File

@@ -17,7 +17,6 @@ http://mozilla.org/MPL/2.0/.
#include "texture.h"
#include <ddraw.h>
#include "opengl/glew.h"
#include "usefull.h"
#include "globals.h"
@@ -639,6 +638,7 @@ texture_manager::GetTextureId( std::string Filename, std::string const &Dir, int
if( true == filename.empty() ) {
// there's nothing matching in the databank nor on the disk, report failure
ErrorLog( "Texture file missing: \"" + Filename + "\"" );
return npos;
}