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:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "gfx/rgba.hpp"
|
||||
|
||||
class Palette;
|
||||
struct Palette;
|
||||
|
||||
namespace sorting {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user