#include "imgui.h"
#include "imgui_impl_glfw.h"
#include "imgui_impl_opengl2.h"
#include <stdio.h>
#include <GLFW/glfw3.h>
Go to the source code of this file.
Functions | |
static void | glfw_error_callback (int error, const char *description) |
int | main (int, char **) |
|
static |
Definition at line 25 of file dependencies/third-party/imgui/src/examples/example_glfw_opengl2/main.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 30 of file dependencies/third-party/imgui/src/examples/example_glfw_opengl2/main.cpp.