mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-26 01:59:55 -05:00
10 lines
124 B
C++
10 lines
124 B
C++
#pragma once
|
|
|
|
#include "../gd.h"
|
|
|
|
namespace fs
|
|
{
|
|
extern drive::gd *gDrive;
|
|
void driveInit();
|
|
void driveExit();
|
|
} |