hotfix: messed up structure due to windows.h (#37)

This commit is contained in:
Christian Semmler 2023-06-22 08:13:15 +02:00 committed by GitHub
parent c4b4555b80
commit 30ef923bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
#ifndef DEFINE_H
#define DEFINE_H
#include <Windows.h>
#include "legoinc.h"
class Isle;

View file

@ -1,8 +1,7 @@
#ifndef ISLE_H
#define ISLE_H
#include <windows.h>
#include "legoinc.h"
#include "define.h"
#include "legoomni.h"

View file

@ -1,9 +1,10 @@
#include <dsound.h>
#include <windows.h>
#include "legoinc.h"
#include "define.h"
#include "isle.h"
#include "legoomni.h"
#include "isle.h"
// OFFSET: ISLE 0x401ca0
BOOL FindExistingInstance(void)