diff --git a/ISLE/main.cpp b/ISLE/main.cpp index be56225c..dd48e97e 100644 --- a/ISLE/main.cpp +++ b/ISLE/main.cpp @@ -6,7 +6,7 @@ #include "legoomni.h" // OFFSET: ISLE 0x401ca0 -BOOL findExistingInstance(void) +BOOL FindExistingInstance(void) { HWND hWnd = FindWindowA(WNDCLASS_NAME, WINDOW_TITLE); if (hWnd) { @@ -19,7 +19,7 @@ BOOL findExistingInstance(void) } // OFFSET: ISLE 0x401ce0 -BOOL startDirectSound(void) +BOOL StartDirectSound(void) { LPDIRECTSOUND lpDS = NULL; HRESULT ret = DirectSoundCreate(NULL, &lpDS, NULL);