mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "gfx/main.hpp"
|
||||
|
||||
class Palette;
|
||||
struct Palette;
|
||||
class ProtoPalette;
|
||||
|
||||
namespace packing {
|
||||
|
||||
Reference in New Issue
Block a user