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

14 lines
268 B
C++

// SPDX-License-Identifier: MIT
#ifndef RGBDS_LINK_ASSIGN_HPP
#define RGBDS_LINK_ASSIGN_HPP
#include <stdint.h>
extern uint64_t nbSectionsToAssign;
// Assigns all sections a slice of the address space
void assign_AssignSections();
#endif // RGBDS_LINK_ASSIGN_HPP