#include <stdint.h>
#include <allegro5/allegro.h>
#include <allegro5/allegro_primitives.h>
#include "imgui.h"
#include "imgui_impl_allegro5.h"
Go to the source code of this file.
Functions | |
int | main (int, char **) |
int main | ( | int | , |
char ** | |||
) |
Definition at line 10 of file dependencies/third-party/imgui/src/examples/example_allegro5/main.cpp.