fix: pragma once in main file

This commit is contained in:
6arelyFuture 2022-11-12 22:26:47 +00:00
parent bfdfd2ef69
commit 6167bd8cc1
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -1,6 +1,5 @@
#pragma once
#ifdef _WIN32
#pragma once
#pragma warning(push)
#pragma warning(disable: 4018)