inline no longer necessary

This commit is contained in:
Christian Semmler 2023-06-27 14:01:38 +02:00
parent 6338a66296
commit 969f0de668
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -449,7 +449,7 @@ LRESULT WINAPI WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
}
// OFFSET: ISLE 0x4023e0
inline MxResult Isle::SetupWindow(HINSTANCE hInstance, LPSTR lpCmdLine)
MxResult Isle::SetupWindow(HINSTANCE hInstance, LPSTR lpCmdLine)
{
WNDCLASSA wndclass;
ZeroMemory(&wndclass, sizeof(WNDCLASSA));
@ -683,8 +683,6 @@ void Isle::LoadConfig()
}
}
// OFFSET: ISLE 0x402c20
inline void Isle::Tick(BOOL sleepIfNotNextFrame)
{
@ -753,7 +751,6 @@ inline void Isle::Tick(BOOL sleepIfNotNextFrame)
Sleep(0);
}
// OFFSET: ISLE 0x402e80
void Isle::SetupCursor(WPARAM wParam)
{