Allegro5 example: added example from https://github.com/bggd/a5imgui_example
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user