From 23b38a7a31948b9cfb8404b7b2907053e09f95b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Fri, 1 Dec 2023 23:52:16 +0100 Subject: [PATCH] Removed references to nonexistent files/folders --- GlitchyEngine/BeefProj.toml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/GlitchyEngine/BeefProj.toml b/GlitchyEngine/BeefProj.toml index 112c99d..2a9211d 100644 --- a/GlitchyEngine/BeefProj.toml +++ b/GlitchyEngine/BeefProj.toml @@ -25,24 +25,3 @@ PreprocessorMacros = ["TEST", "GE_WINDOWS"] [Configs.Debug.Win64] PreprocessorMacros = ["DEBUG", "GE_PROFILE", "GE_PROFILE_RENDERER", "GE_PROFILE_RESOURCES", "IMGUI"] - -[[ProjectFolder.Items]] -Type = "AutoFolder" -Name = "Math" - -[[ProjectFolder.Items.Items]] -Type = "IgnoreSource" -Name = "Vector2.bf" - -[[ProjectFolder.Items.Items]] -Type = "IgnoreSource" -Name = "Vector3.bf" - -[[ProjectFolder.Items.Items]] -Type = "IgnoreSource" -Name = "Vector4.bf" - -[[ProjectFolder.Items.Items]] -Type = "IgnoreFolder" -Name = "Vectors" -AutoInclude = true