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
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;