dreamcast/macaw.hpp
Zack Buhman 25e299feba new "example" directory
This is a reshuffling of filenames, extensions, paths, make rules,
just because I felt like it.
2023-12-12 21:50:39 +08:00

6 lines
242 B
C++

#include <cstdint>
extern uint32_t _binary_macaw_data_start __asm("_binary_macaw_data_start");
extern uint32_t _binary_macaw_data_end __asm("_binary_macaw_data_end");
extern uint32_t _binary_macaw_data_size __asm("_binary_macaw_data_size");