Interceptor
Interceptor copied to clipboard
How to reference Input class?
Im a new developer in cpp, and im trying to use this project. How do i reference Input class from another project? There is no .h file!
This is a C# Project, so you would do that with using Interceptor;
in C#
This is a C# Project, so you would do that with
using Interceptor;
in C#
Im trying to use this... but it needs a reference, when I try to reference by visual studio it says that the dll isnt a COM dll
The purpose of this project is to be a C# wrapper arround the original C++ Oblita Project.
If you dev in C++ just us Oblita.
If you dev in C#. Clone this repo, build this project, it will generate a file called Input.dll
. Add this Input.dll
to your actual project.