diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-22 17:42:21 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-22 17:42:21 -0400 |
| commit | 02df35aba0fc3b92fdd72eca5a35c6744e993951 (patch) | |
| tree | 234078d66b2a09b3a190da3497cfb19120b87491 /shiftos_next/shiftos_next.vbproj | |
| parent | ed36135241a8d6d8ab4005a55f89ab8765f1a969 (diff) | |
| download | shiftos-next-02df35aba0fc3b92fdd72eca5a35c6744e993951.tar.gz shiftos-next-02df35aba0fc3b92fdd72eca5a35c6744e993951.tar.bz2 shiftos-next-02df35aba0fc3b92fdd72eca5a35c6744e993951.zip | |
New ways to earn Codepoints + Terminal Cleanup
Alrighty. This one's a small one.
I've ported the two beginner apps from UltraDOS that helped you earn
codepoints (scriptpoints in UltraDOS) to ShiftOS-Next.
I've also moved some Terminal methods like AddLine() to an API.vb
module. I've also hid the MathQuiz and GuessTheNumber code in the
TerminalGames module.
Diffstat (limited to 'shiftos_next/shiftos_next.vbproj')
| -rw-r--r-- | shiftos_next/shiftos_next.vbproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shiftos_next/shiftos_next.vbproj b/shiftos_next/shiftos_next.vbproj index 47f12ca..92a3fa7 100644 --- a/shiftos_next/shiftos_next.vbproj +++ b/shiftos_next/shiftos_next.vbproj @@ -70,6 +70,7 @@ <Import Include="System.Threading.Tasks" /> </ItemGroup> <ItemGroup> + <Compile Include="API.vb" /> <Compile Include="BasicWM_ColorTable.vb" /> <Compile Include="basicwm_infobox.Designer.vb"> <DependentUpon>basicwm_infobox.vb</DependentUpon> @@ -120,6 +121,7 @@ <Compile Include="Terminal.vb"> <SubType>Form</SubType> </Compile> + <Compile Include="TerminalGames.vb" /> <Compile Include="TextPad.Designer.vb"> <DependentUpon>TextPad.vb</DependentUpon> </Compile> |
