mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Replace some #define with constexpr
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "link/section.hpp"
|
||||
#include "link/symbol.hpp"
|
||||
|
||||
#define BANK_SIZE 0x4000
|
||||
static constexpr size_t BANK_SIZE = 0x4000;
|
||||
|
||||
FILE *outputFile;
|
||||
FILE *overlayFile;
|
||||
|
||||
Reference in New Issue
Block a user