aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2018-09-14 16:35:12 -0400
committerAlee14 <alee14498@gmail.com>2018-09-14 16:35:12 -0400
commit9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0 (patch)
tree375bfcd7bf3219abfd9b971e6178a665cbceeccd
parentd33e45765124b147331bf5a2d71f3bb42267cf14 (diff)
downloadProject-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.tar.gz
Project-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.tar.bz2
Project-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.zip
boot file
-rw-r--r--PortEngine/FileSystem.cs4
-rw-r--r--Project Ports/Boot.cs1
2 files changed, 5 insertions, 0 deletions
diff --git a/PortEngine/FileSystem.cs b/PortEngine/FileSystem.cs
index 36f64f1..10887c6 100644
--- a/PortEngine/FileSystem.cs
+++ b/PortEngine/FileSystem.cs
@@ -119,6 +119,10 @@ namespace PortEngine
// File.WriteAllText(dataFolder, "warning.txt", textWarning);
}
+ public static void bootFile()
+ {
+
+ }
public static void CreateGameFolder()
diff --git a/Project Ports/Boot.cs b/Project Ports/Boot.cs
index 1f4a628..b2eda06 100644
--- a/Project Ports/Boot.cs
+++ b/Project Ports/Boot.cs
@@ -27,6 +27,7 @@ using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
+using PortEngine;
namespace Project_Ports
{