Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 563 Bytes

VirtualShell

This repository contains classes reverse engineered by Mysis, 3141card, aldostools, JordyWastaken, TheRouLetteBoi and whoever else has contributed to the vsh libs.

You must include #include <vsh/newDelete.hpp> in your main.cpp for everything to function properly

Usage

This is to be used as a sub-module for your vsh project.

Go to your project directory

git submodule add https://github.com/TheRouletteBoi/VirtualShell.git vendor/VirtualShell

Staying Up To Date

Go to submodule directory

git pull origin main