mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-13 11:11:15 +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
|
||||
HandleRumbleEvent(float p_strength, float p_lowFrequencyRumble, float p_highFrequencyRumble, MxU32 p_milliseconds);
|
||||
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
|
||||
enum class SDL_KeyboardID_v : SDL_KeyboardID {};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user