mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-26 02:34:23 +00:00
Allegro 5 example: main.cpp matches other examples. added window title.
This commit is contained in:
parent
1845ff4690
commit
489e28ec11
4 changed files with 88 additions and 74 deletions
|
|
@ -1,7 +1,6 @@
|
|||
// ImGui Allegro 5 bindings
|
||||
// by @birthggd
|
||||
// public domain
|
||||
// https://github.com/ocornut/imgui
|
||||
// by @birthggd, public domain
|
||||
|
||||
#include <stdint.h> // uint64_t
|
||||
#include <cstring> // memcpy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue