mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-23 09:15:07 -05:00
7 lines
114 B
C
7 lines
114 B
C
#ifndef NITRO_MI_DMA_H_
|
|
#define NITRO_MI_DMA_H_
|
|
|
|
typedef void (*MIDmaCallback)(void *);
|
|
|
|
#endif //NITRO_MI_DMA_H_
|