This commit is contained in:
Leonetienne 2021-06-03 21:50:40 +02:00
parent 67f5a53206
commit d9a2dbf7e9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "merged.h"
#include "Hazelnupp.h"
/*** FloatValue.cpp ***/

View File

@ -29,7 +29,7 @@ args.SetCrashOnFail(false);
## Importing into a project
> How do i actually import this into my existing project?
Super easily! Just grab the latest files (2) from [/INCLUDE](https://github.com/Leonetienne/Hazelnupp/tree/master/INCLUDE) and put then into your project!
Super easily! Just grab the latest files (2) from [/INCLUDE](https://github.com/Leonetienne/Hazelnupp/tree/master/INCLUDE) and put them into your project!
You may have to add the .cpp to your compile list, but most IDEs should do this automatically.
## What's the concept?