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:
parent
3ec96b84ad
commit
e0017c55f5
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "pch.h"
|
||||
|
||||
enum class BitmapTypes : uint8_t
|
||||
{
|
||||
None = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue