You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
Xferno2 edited this page Jun 1, 2017
·
16 revisions
Welcome to the CSharpOsu Documentation!
Directions of use
There are 3 ways to add this library to your project:
Use the compiled DLL
To use this library you must add a reference to the DLL file in your project (Project -> Add Reference -> Browse) and search for CSharpOsu.dll (can be found in the Debug folder of this project) and add it to your project.
Compile the dll
To compile this project just open CsharpOsu.sln (in my case with Visual Studio) and just build the project.