mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-26 10:15:22 -05:00
15 lines
237 B
C++
15 lines
237 B
C++
#pragma once
|
|
|
|
#include "../gd.h"
|
|
|
|
#define JKSV_DRIVE_FOLDER "JKSV"
|
|
|
|
namespace fs
|
|
{
|
|
extern drive::gd *gDrive;
|
|
extern std::string jksvDriveID;
|
|
|
|
void driveInit();
|
|
void driveExit();
|
|
std::string driveSignInGetAuthCode();
|
|
} |