rename cimgui_auto to cimgui and cimgui to cimgui_nopreprocess

This commit is contained in:
sonoro1234
2018-10-05 18:04:58 +02:00
parent e99f8dc918
commit bba07596a6
11 changed files with 1044 additions and 4789 deletions

View File

@@ -2,7 +2,7 @@
# Cross Platform Makefile
# Compatible with Ubuntu 14.04.1 and macOS
OBJS = cimgui_auto.o
OBJS = cimgui.o
OBJS += ./imgui/imgui.o
OBJS += ./imgui/imgui_draw.o
OBJS += ./imgui/imgui_demo.o