Fix gcc warning

Fix warning of missing newline before EOF.
This commit is contained in:
Lander Gallastegi 2024-09-09 01:05:07 +02:00
parent ffaa6542e0
commit a6b1488507

View file

@ -26,4 +26,4 @@ extern void assert_fail_debug_msg(const char* msg);
#define IMGUI_DEFINE_MATH_OPERATORS
#define IM_VEC2_CLASS_EXTRA \
constexpr ImVec2(float _v) : x(_v), y(_v) {}
constexpr ImVec2(float _v) : x(_v), y(_v) {}