This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
kjhammerle
/
cube-game-plus-plus
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
1f479da8a4
Atzari
Tagi
exercises
master
cube-game-plus-...
/
client
/
rendering
/
wrapper
/
GLFWWrapper.h
GLFWWrapper.h
99 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
#ifndef GLFWWRAPPER_H
#define GLFWWRAPPER_H
namespace GLFWWrapper {
bool hasError();
}
#endif