From 5845642965a1eebaec3a1d1126445ecb459688b8 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 8 Jan 2025 22:26:07 -0500 Subject: first-pass replace cmake with make --- src/player-input.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/player-input.hpp') diff --git a/src/player-input.hpp b/src/player-input.hpp index e3d3501..392e675 100644 --- a/src/player-input.hpp +++ b/src/player-input.hpp @@ -104,9 +104,7 @@ struct PkeInputAction { const char *name; union { PkeInputEventMask masks[PKE_INPUT_ACTION_MASK_COUNT] = {{}}; - struct { - PkeInputEventMask primaryHash; - }; + PkeInputEventMask primaryHash; }; int32_t eventIndex; }; -- cgit v1.2.3