From d9a2dbf7e95ac2af2264af72012c6ad102fe3fc5 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 3 Jun 2021 21:50:40 +0200 Subject: [PATCH] Typos --- INCLUDE/Hazelnupp.cpp | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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?