You've already forked essentialsubmit
mirror of
https://github.com/nh-server/essentialsubmit.git
synced 2026-04-30 11:25:38 -07:00
12 lines
315 B
C
12 lines
315 B
C
#include <3ds.h>
|
|
#include <curl/curl.h>
|
|
|
|
bool initSocket();
|
|
void initcurl();
|
|
void initform();
|
|
void discordhandleentry(const char* handle);
|
|
void essentialdataentry();
|
|
void fileentry(const char* filepath);
|
|
void serialentry(const char* name, char* serial);
|
|
CURLcode submittourl(const char* url);
|
|
void exiteverything(); |