Triangles/src/raygui.cpp
Stephen Seo 1bc5e62502 Fixes with change window size
WIP window size still doesn't change properly
2021-03-30 12:51:46 +09:00

7 lines
98 B
C++

#pragma warning(push, 0)
#define RAYGUI_IMPLEMENTATION
#include <raygui.h>
#pragma warning(pop)