mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-23 15:31:16 +00:00
Remove LEGO1_EXPORT from inline function
This commit is contained in:
parent
f865cf8a05
commit
c0725c9ae3
@ -164,7 +164,7 @@ class LegoInputManager : public MxPresenter {
|
|||||||
LEGO1_EXPORT MxBool
|
LEGO1_EXPORT MxBool
|
||||||
HandleRumbleEvent(float p_strength, float p_lowFrequencyRumble, float p_highFrequencyRumble, MxU32 p_milliseconds);
|
HandleRumbleEvent(float p_strength, float p_lowFrequencyRumble, float p_highFrequencyRumble, MxU32 p_milliseconds);
|
||||||
LEGO1_EXPORT void UpdateLastInputMethod(SDL_Event* p_event);
|
LEGO1_EXPORT void UpdateLastInputMethod(SDL_Event* p_event);
|
||||||
LEGO1_EXPORT const auto& GetLastInputMethod() { return m_lastInputMethod; }
|
const auto& GetLastInputMethod() { return m_lastInputMethod; }
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
enum class SDL_KeyboardID_v : SDL_KeyboardID {};
|
enum class SDL_KeyboardID_v : SDL_KeyboardID {};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user