Files
eden/src/ios/Eden/Wrapper/DirectoryManager/DirectoryManager.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
161 B
C++
Raw Normal View History

2026-02-19 03:42:19 +00:00
//
// DirectoryManager.h - Sudachi
// Created by Jarrod Norwell on 1/18/24.
//
#pragma once
namespace DirectoryManager {
const char* AppUIDirectory(void);
}