#include "imgui.h"#include "imgui_impl_sdl.h"#include "imgui_impl_opengl3.h"#include <stdio.h>#include <SDL.h>
Go to the source code of this file.
Functions | |
| int | main (int, char **) |
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 37 of file dependencies/third-party/imgui/src/examples/example_sdl_opengl3/main.cpp.