Renamed freeglut vcxproj files + Comments, Changelog (#2465)

This commit is contained in:
omar
2019-04-03 16:23:50 +02:00
parent ece322ff12
commit cdb109f617
7 changed files with 12 additions and 9 deletions

View File

@ -1,7 +1,7 @@
// dear imgui: standalone example application for GLUT + OpenGL2, using legacy fixed pipeline
// dear imgui: standalone example application for GLUT/FreeGLUT + OpenGL2, using legacy fixed pipeline
// If you are new to dear imgui, see examples/README.txt and documentation at the top of imgui.cpp.
// !!! GLUT IS OBSOLETE SOFTWARE. Using GLUT is not recommended unless you really miss the 90's. !!!
// !!! GLUT/FreeGLUT IS OBSOLETE SOFTWARE. Using GLUT is not recommended unless you really miss the 90's. !!!
// !!! If someone or something is teaching you GLUT in 2019, you are being abused. Please show some resistance. !!!
#include "imgui.h"