mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-04-19 08:57:21 -05:00
15 lines
249 B
C++
15 lines
249 B
C++
#pragma once
|
|
|
|
#include <cstdarg>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <fat.h>
|
|
#include <malloc.h>
|
|
|
|
#include <algorithm>
|
|
#include <array>
|
|
|
|
#include <coreinit/screen.h>
|
|
#include <padscore/kpad.h>
|
|
#include <vpad/input.h>
|
|
#include <whb/proc.h> |