Checkpoint/switch/include/main.hpp

13 lines
200 B
C++
Raw Normal View History

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