Fix Windows-breaking use of struct vs class

MSVC's (broken) ABI breaks otherwise.
What the f@!$#ck, Microsoft?
(Thank you based Clang for warning, by the way.)
This commit is contained in:
ISSOtm
2022-03-10 21:01:55 +01:00
committed by Eldred Habert
parent 71cb2854e8
commit 3b1808cc8f
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#include "gfx/main.hpp"
class Palette;
struct Palette;
class ProtoPalette;
namespace packing {