mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
10 lines
210 B
C++
10 lines
210 B
C++
// SPDX-License-Identifier: MIT
|
|
|
|
#ifndef RGBDS_LINK_ASSIGN_HPP
|
|
#define RGBDS_LINK_ASSIGN_HPP
|
|
|
|
// Assigns all sections a slice of the address space
|
|
void assign_AssignSections();
|
|
|
|
#endif // RGBDS_LINK_ASSIGN_HPP
|