sudachi ios stuff

This commit is contained in:
lizzie 2026-02-19 03:42:19 +00:00
parent 47c6a73971
commit 22fc6443e7
14 changed files with 2644 additions and 0 deletions

View file

@ -0,0 +1,10 @@
//
// DirectoryManager.h - Sudachi
// Created by Jarrod Norwell on 1/18/24.
//
#pragma once
namespace DirectoryManager {
const char* AppUIDirectory(void);
}