Files
rgbds/include/link/patch.hpp

13 lines
248 B
C++

// SPDX-License-Identifier: MIT
#ifndef RGBDS_LINK_PATCH_HPP
#define RGBDS_LINK_PATCH_HPP
// Checks all assertions
void patch_CheckAssertions();
// Applies all SECTIONs' patches to them
void patch_ApplyPatches();
#endif // RGBDS_LINK_PATCH_HPP