This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kjhammerle
/
cube-game-plus-plus
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
1f479da8a4
Rami (Branch)
Tag
exercises
master
cube-game-plus-...
/
client
/
rendering
/
wrapper
/
GLFWWrapper.h
GLFWWrapper.h
99 B
Cronologia
Originale
1
2
3
4
5
6
7
8
#ifndef GLFWWRAPPER_H
#define GLFWWRAPPER_H
namespace GLFWWrapper {
bool hasError();
}
#endif