Update README.md

This commit is contained in:
Stephan Dilly
2015-06-28 14:39:57 +02:00
parent 9853bb2678
commit 1ae5c3db87

View File

@@ -15,5 +15,5 @@ Notes:
* clone
* make using makefile on linux/osx (linux makefile not tested)
* use whatever method is in ImGui c++ namespace in the original [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) by prepending `ig_` (most of the time)
* use whatever method is in ImGui c++ namespace in the original [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) by prepending
* methods have the same parameter list and return values (where possible)