diff options
| author | EverythingWindows <[email protected]> | 2022-11-17 11:22:51 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-17 11:22:51 +0700 |
| commit | be79ac82e2a542d21f15222119be99051f32dfa8 (patch) | |
| tree | 0a2191a3273856e40c9180363be4753c98344b38 /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | f9c724e547a659671174d264ba74603ac8227b6e (diff) | |
| download | shiftos-therevival-old-be79ac82e2a542d21f15222119be99051f32dfa8.tar.gz shiftos-therevival-old-be79ac82e2a542d21f15222119be99051f32dfa8.tar.bz2 shiftos-therevival-old-be79ac82e2a542d21f15222119be99051f32dfa8.zip | |
More structured in functions
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index c660d6c..065208b 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -93,8 +93,8 @@ <Import Include="System.Threading.Tasks" /> </ItemGroup> <ItemGroup> - <Compile Include="Functions\InGame\CodepointSystem.vb" /> - <Compile Include="Functions\InGame\Terminate.vb" /> + <Compile Include="Functions\InGame\SystemManager\CodepointSystem.vb" /> + <Compile Include="Functions\InGame\SystemManager\Terminate.vb" /> <Compile Include="MainForms\BugSlap.Designer.vb"> <DependentUpon>BugSlap.vb</DependentUpon> </Compile> @@ -134,9 +134,9 @@ <Compile Include="MainForms\IntroStory.vb"> <SubType>Form</SubType> </Compile> - <Compile Include="Functions\InGame\IntroStoryTell.vb" /> + <Compile Include="Functions\InGame\LoreManager\IntroStoryTell.vb" /> <Compile Include="MainForms\SaveLoadSystem.vb" /> - <Compile Include="Functions\InGame\Shiftoriums.vb" /> + <Compile Include="Functions\InGame\StoreManager\Shiftoriums.vb" /> <Compile Include="MainForms\ShiftOSMenu.vb"> <SubType>Form</SubType> </Compile> @@ -150,7 +150,7 @@ <Compile Include="MainForms\ShiftOSUpdater.vb"> <SubType>Form</SubType> </Compile> - <Compile Include="Functions\InGame\Strings.vb" /> + <Compile Include="Functions\InGame\ROMs\Strings.vb" /> <Compile Include="MainForms\Console.Designer.vb"> <DependentUpon>Console.vb</DependentUpon> </Compile> @@ -159,9 +159,9 @@ </Compile> <Compile Include="API\ConsoleAPI.vb" /> <Compile Include="API\TerminalAPI.vb" /> - <Compile Include="TerminalApplications\External\App_TextPad.vb" /> + <Compile Include="TerminalApplications\External\Textpad\App_TextPad.vb" /> <Compile Include="TerminalApplications\External\TerminalExternalApps.vb" /> - <Compile Include="Functions\InGame\ColorSystem.vb" /> + <Compile Include="Functions\InGame\SystemManager\ColorSystem.vb" /> <Compile Include="TerminalApplications\Internal\Com_05tray.vb" /> <Compile Include="TerminalApplications\Internal\Com_Cd.vb" /> <Compile Include="TerminalApplications\Internal\Com_Clear.vb" /> |
