Files
rgbds/include/link/patch.hpp
2025-01-27 20:12:12 -05:00

14 lines
284 B
C++

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