Checkpoint/switch/include/main.hpp
2018-06-11 22:41:37 +02:00

13 lines
No EOL
200 B
C++

#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;
#endif