Skip to content
Snippets Groups Projects
Reboot.hpp 105 B
Newer Older
PoloNX's avatar
PoloNX committed
#pragma once
#include <switch.h>

class Reboot{
public:
    Reboot();
    void rebootNow(int payload);
};