mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 22:58:39 +00:00
Fix gcc warning
Fix warning of missing newline before EOF.
This commit is contained in:
parent
ffaa6542e0
commit
a6b1488507
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ extern void assert_fail_debug_msg(const char* msg);
|
||||||
#define IMGUI_DEFINE_MATH_OPERATORS
|
#define IMGUI_DEFINE_MATH_OPERATORS
|
||||||
|
|
||||||
#define IM_VEC2_CLASS_EXTRA \
|
#define IM_VEC2_CLASS_EXTRA \
|
||||||
constexpr ImVec2(float _v) : x(_v), y(_v) {}
|
constexpr ImVec2(float _v) : x(_v), y(_v) {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue