Checkpoint/switch/include/main.hpp

12 lines
178 B
C++
Raw Normal View History

2018-06-10 22:24:37 +02:00
#ifndef MAIN_HPP
#define MAIN_HPP
#include <switch.h>
#include "title.hpp"
#include "util.hpp"
#include "io.hpp"
extern u128 g_currentUId;
extern u8 g_currentUserIndex;
2018-06-10 22:24:37 +02:00
#endif