mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Separate RGBFIX header fixing from CLI option parsing (#1808)
This commit is contained in:
8
include/fix/fix.hpp
Normal file
8
include/fix/fix.hpp
Normal 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
|
||||
Reference in New Issue
Block a user