mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-06-23 23:35:20 -04:00
9 lines
263 B
C
9 lines
263 B
C
#ifndef __ULTRA_EXTENSIONS_H__
|
|
#define __ULTRA_EXTENSIONS_H__
|
|
|
|
// TODO remove when the recompiler automatically renames symbols in patch recompilation.
|
|
#define osExQueueDisplaylistEvent osExQueueDisplaylistEvent_recomp
|
|
|
|
#include "ultramodern/extensions.h"
|
|
|
|
#endif |