mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 08:39:05 +00:00
12 lines
211 B
C++
12 lines
211 B
C++
#ifndef _UNIVERSAL_UPDATER_THREAD_HPP
|
|
#define _UNIVERSAL_UPDATER_THREAD_HPP
|
|
|
|
#include <3ds.h>
|
|
#include <vector>
|
|
|
|
namespace Threads {
|
|
void create(ThreadFunc entrypoint);
|
|
void destroy(void);
|
|
}
|
|
|
|
#endif |