Readme, comments, dear imgui prefixes

This commit is contained in:
omar
2019-06-11 16:11:19 +02:00
parent c3a348aa25
commit 4597632662
14 changed files with 64 additions and 51 deletions

View File

@ -1,4 +1,5 @@
// dear imgui: null/dummy example application (compile and link imgui with NO INPUTS, NO OUTPUTS)
// dear imgui: null/dummy example application
// (compile and link imgui, create context, run headless with NO INPUTS, NO GRAPHICS OUTPUT)
// This is useful to test building, but you cannot interact with anything here!
#include "imgui.h"
#include <stdio.h>