mirror of
https://github.com/wiiu-env/SDHotSwapModule.git
synced 2024-11-17 00:49:21 +01:00
6 lines
128 B
C
6 lines
128 B
C
#pragma once
|
|
#include <sdutils/sdutils.h>
|
|
|
|
void callAttachCallbacks(SDUtilsAttachStatus status);
|
|
|
|
void cleanUpAttachCallbacks(); |