- Started interface for renderers

- Renamed fproc -> langproc (I'll probably never settle on a naming convention for this)
 - Refactored set to use median psl
This commit is contained in:
2025-08-02 13:17:20 -04:00
parent 3d4ea4398a
commit 3d42dea9eb
39 changed files with 962 additions and 164 deletions

View File

@@ -20,8 +20,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <fennec/fproc/filesystem/file.h>
#include <fennec/fproc/filesystem/path.h>
#include <fennec/langproc/filesystem/file.h>
#include <fennec/langproc/filesystem/path.h>
#ifdef FENNEC_COMPILER_MSVC

View File

@@ -17,7 +17,7 @@
// =====================================================================================================================
#include <fennec/fproc/filesystem/path.h>
#include <fennec/langproc/filesystem/path.h>
namespace fennec
{

View File

@@ -16,7 +16,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// =====================================================================================================================
#include <fennec/fproc/filesystem/file.h>
#include <fennec/langproc/filesystem/file.h>
#include <fennec/platform/linux/platform.h>
#include <fennec/lang/startup.h>

View File

@@ -16,7 +16,7 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// =====================================================================================================================
#include <fennec/fproc/filesystem/file.h>
#include <fennec/langproc/filesystem/file.h>
#include <fennec/lang/startup.h>
#include <fennec/platform/interface/display.h>
#include <fennec/platform/interface/platform.h>