mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
4 lines
66 B
C++
4 lines
66 B
C++
|
#pragma once
|
||
|
|
||
|
void Reboot();
|
||
|
void Log(const void *data, int size);
|