ref: eb445271df55b5fc3a45b238f6944c5528158b5a
dir: /include/link/patch.h/
/* * This file is part of RGBDS. * * Copyright (c) 1997-2019, Carsten Sorensen and RGBDS contributors. * * SPDX-License-Identifier: MIT */ /* Applying patches to SECTIONs */ #ifndef RGBDS_LINK_PATCH_H #define RGBDS_LINK_PATCH_H /** * Applies all SECTIONs' patches to them */ void patch_ApplyPatches(void); #endif /* RGBDS_LINK_PATCH_H */