add simple c test file

This commit is contained in:
Stephan Dilly
2015-04-09 16:44:08 +02:00
parent bff93d2c38
commit 725cc15e07
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
OBJS = cimgui.o
OBJS += fontAtlas.o
OBJS += drawList.o
OBJS += test.o
OBJS += ../imgui/imgui.o
UNAME_S := $(shell uname -s)

2
cimgui/test.c Normal file
View File

@@ -0,0 +1,2 @@
#include "cimgui.h"