mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
14 lines
171 B
C++
14 lines
171 B
C++
#ifndef DRIVE_MENU_H
|
|
#define DRIVE_MENU_H
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
extern bool flashcardMountSkipped;
|
|
|
|
extern void driveMenu (void);
|
|
|
|
|
|
|
|
#endif //DRIVE_MENU_H
|