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 /PortEngine | |
| parent | d33e45765124b147331bf5a2d71f3bb42267cf14 (diff) | |
| download | Project-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.tar.gz Project-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.tar.bz2 Project-Silicon-9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0.zip | |
boot file
Diffstat (limited to 'PortEngine')
| -rw-r--r-- | PortEngine/FileSystem.cs | 4 |
1 files changed, 4 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() |
