diff --git a/INCLUDE/Hazelnupp.cpp b/INCLUDE/Hazelnupp.cpp index 1b00aa0..89ee463 100644 --- a/INCLUDE/Hazelnupp.cpp +++ b/INCLUDE/Hazelnupp.cpp @@ -1,4 +1,4 @@ -#include "merged.h" +#include "Hazelnupp.h" /*** FloatValue.cpp ***/ diff --git a/readme.md b/readme.md index 0733c52..48a1e63 100644 --- a/readme.md +++ b/readme.md @@ -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?