test and backend_test modifications for IMGUI_HAS_IMSTR

This commit is contained in:
Victor Bombi
2021-02-01 13:06:53 +01:00
parent 383ebf3a7a
commit a48009b062
2 changed files with 10 additions and 7 deletions

View File

@@ -12,11 +12,11 @@
#include <GL/glu.h>
#ifdef IMGUI_HAS_IMSTR
#define igBegin igBegin_S
#define igSliderFloat igSliderFloat_S
#define igCheckbox igCheckbox_S
#define igColorEdit3 igColorEdit3_S
#define igButton igButton_S
#define igBegin igBeginChpt
#define igSliderFloat igSliderFloatChpt
#define igCheckbox igCheckboxChpt
#define igColorEdit3 igColorEdit3Chpt
#define igButton igButtonChpt
#endif
SDL_Window *window = NULL;