mirror of
https://github.com/n64decomp/mk64
synced 2026-05-27 23:46:15 -04:00
8 lines
142 B
C
8 lines
142 B
C
#ifndef SEGMENTS_H
|
|
#define SEGMENTS_H
|
|
|
|
#define SEG_MAIN 0x80000400
|
|
#define SEG_80280000 0x80280000
|
|
#define SEG_8028DF00 0x8028DF00
|
|
|
|
#endif |