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;
|
2018-06-11 20:41:37 +00:00
|
|
|
extern u8 g_currentUserIndex;
|
2018-06-10 20:24:37 +00:00
|
|
|
|
|
|
|
#endif
|