Allegro 5 example: main.cpp matches other examples. added window title.

This commit is contained in:
ocornut
2015-07-08 11:46:18 -06:00
parent 1845ff4690
commit 489e28ec11
4 changed files with 88 additions and 74 deletions

View File

@ -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