mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Make Luanti buildable for iOS (iPhoneSimulator) with ANGLE and basic CI.
This commit is contained in:
parent
5672b93007
commit
803870e0d2
28 changed files with 568 additions and 36 deletions
8
src/porting_ios.h
Normal file
8
src/porting_ios.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
// 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();
|
Loading…
Add table
Add a link
Reference in a new issue