mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-04-06 09:24:46 -05:00
14 lines
228 B
C++
14 lines
228 B
C++
#pragma once
|
|
|
|
#include <fat.h>
|
|
#include <cstdarg>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <malloc.h>
|
|
|
|
#include <array>
|
|
|
|
#include <coreinit/screen.h>
|
|
#include <padscore/kpad.h>
|
|
#include <vpad/input.h>
|
|
#include <whb/proc.h> |