diff --git a/readme.md b/readme.md index d713883..31f6d28 100644 --- a/readme.md +++ b/readme.md @@ -38,12 +38,14 @@ args.SetCrashOnFail(false); 1. [Contributing](#contributing) 1. [LICENSE](#license) + ## 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 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? The concept is that each parameter must be one of five types. These are: * Void @@ -344,6 +346,7 @@ Any code added must match the existing style! * Do `using namespace Hazelnp` in cpp files. Don't do `Hazelnp::` if possible * Files outside the project (like STL) have to be included with `#include <>`. Not `""` + ## LICENSE ``` Copyright (c) 2021, Leon Etienne