mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-22 00:34:09 -05:00
13 lines
186 B
C
13 lines
186 B
C
//
|
|
// Created by red031000 on 2020-05-05.
|
|
//
|
|
|
|
#ifndef POKEDIAMOND_OS_TCM_H
|
|
#define POKEDIAMOND_OS_TCM_H
|
|
|
|
#include "consts.h"
|
|
|
|
u32 OS_GetDTCMAddress(void);
|
|
|
|
#endif //POKEDIAMOND_OS_TCM_H
|