Added TODO.

This commit is contained in:
Camilla Berglund 2010-09-14 04:32:45 +02:00
parent 1ec0d6a0c5
commit e0d18c1719
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ int _glfwPlatformTerminate(void)
const char* _glfwPlatformGetVersionString(void) const char* _glfwPlatformGetVersionString(void)
{ {
// TODO: Add GLFW version somehow
const char* version = "GLFW " const char* version = "GLFW "
#if defined(__MINGW32__) #if defined(__MINGW32__)
" MinGW" " MinGW"