1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-15 00:44:20 +00:00

Examples: Allegro 5: Renamed bindings from imgui_impl_a5.cpp to imgui_impl_allegro5.cpp.

This commit is contained in:
omar 2018-04-18 21:55:12 +02:00
parent 3913297384
commit bcac02809f
5 changed files with 8 additions and 7 deletions

View file

@ -5,7 +5,7 @@
#include <allegro5/allegro.h>
#include <allegro5/allegro_primitives.h>
#include "imgui.h"
#include "imgui_impl_a5.h"
#include "imgui_impl_allegro5.h"
int main(int, char**)
{