diff options
| author | Alee14 <alee14498@gmail.com> | 2018-09-14 16:35:12 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-09-14 16:35:12 -0400 |
| commit | 9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0 (patch) | |
| tree | 375bfcd7bf3219abfd9b971e6178a665cbceeccd | |
| parent | d33e45765124b147331bf5a2d71f3bb42267cf14 (diff) | |
| download | Project-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.tar.gz Project-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.tar.bz2 Project-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.zip | |
boot file
| -rw-r--r-- | PortEngine/FileSystem.cs | 4 | ||||
| -rw-r--r-- | Project Ports/Boot.cs | 1 |
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 { |
