mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
isle: convert last two functions to PascalCase
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user