mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
9 lines
215 B
C
9 lines
215 B
C
|
// Luanti
|
||
|
// SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
// Copyright (C) 2025 SFENCE <sfence.software@gmail.com>
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string getAppleDocumentsDirectory();
|
||
|
std::string getAppleLibraryDirectory();
|