Separate RGBFIX header fixing from CLI option parsing (#1808)

This commit is contained in:
Rangi
2025-08-28 12:28:08 -04:00
committed by GitHub
parent c6997fe73c
commit 02b880e1b0
6 changed files with 668 additions and 595 deletions

8
include/fix/fix.hpp Normal file
View File

@@ -0,0 +1,8 @@
// SPDX-License-Identifier: MIT
#ifndef RGBDS_FIX_FIX_HPP
#define RGBDS_FIX_FIX_HPP
bool fix_ProcessFile(char const *name, char const *outputName);
#endif // RGBDS_FIX_FIX_HPP