shithub: rgbds

ref: 136446fccb5412ccc70cd2331a5ea0c7d369af35
dir: /include/link/patch.h/

View raw version
/*
 * 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 */