Allegro5 example: added example from https://github.com/bggd/a5imgui_example

This commit is contained in:
ocornut
2015-07-08 11:34:36 -06:00
parent e49977a913
commit 19e3c1506f
4 changed files with 342 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
// public domain
#pragma once
struct ALLEGRO_DISPLAY;
union ALLEGRO_EVENT;
bool ImGui_ImplA5_Init(ALLEGRO_DISPLAY *disp);
void ImGui_ImplA5_ProcessEvent(ALLEGRO_EVENT *ev);
void ImGui_ImplA5_Shutdown();
void ImGui_ImplA5_NewFrame();
bool Imgui_ImplA5_CreateDeviceObjects();
void ImGui_ImplA5_InvalidateDeviceObjects();