mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 02:02:06 +00:00
9 lines
179 B
C++
9 lines
179 B
C++
// 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
|