mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 16:12:14 +00:00
4caacce50c
ShiftOS is a game about evolving an experimental operating system called "ShiftOS" from a completely black and white text based command line based OS to a fully graphical operating system filled with advanced features and beautiful colours. The level of customization will exceed the levels of real world operating systems
6 lines
121 B
VB.net
6 lines
121 B
VB.net
Public Class undo
|
|
|
|
Public undoStack As New Stack(Of Image)
|
|
Public redoStack As New Stack(Of Image)
|
|
|
|
End Class
|