mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 15:01:38 -04:00
9 lines
155 B
C
9 lines
155 B
C
#ifndef ARC_CALLBACK_HANDLER_H
|
|
#define ARC_CALLBACK_HANDLER_H
|
|
|
|
#include "common.h"
|
|
|
|
void *ArcCallbackHandlerCreate(u32);
|
|
|
|
#endif // ARC_CALLBACK_HANDLER_H
|