mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-18 01:14:19 +00:00
Moving stdlib.h include outside of imgui.h (#405)
This commit is contained in:
parent
9243aee62c
commit
f87deff0f3
5 changed files with 7 additions and 6 deletions
|
|
@ -15,7 +15,7 @@ int main(int, char**)
|
|||
// Setup window
|
||||
glfwSetErrorCallback(error_callback);
|
||||
if (!glfwInit())
|
||||
exit(1);
|
||||
return 1;
|
||||
GLFWwindow* window = glfwCreateWindow(1280, 720, "ImGui OpenGL2 example", NULL, NULL);
|
||||
glfwMakeContextCurrent(window);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue