1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-04 07:20:15 +02:00

Include pch.h in gdrv.h to fix build

This commit is contained in:
Iscle 2021-10-26 13:51:17 +02:00 committed by GitHub
parent 3ec96b84ad
commit e0017c55f5
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
#pragma once
#include "pch.h"
enum class BitmapTypes : uint8_t
{
None = 0,