From 2a9a2002f90383815f7b7f4c8a641e39b85ab2e2 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Fri, 4 Jun 2021 15:52:43 +0200 Subject: [PATCH] Experimented with markdown index --- readme.md | 3 +++ 1 file changed, 3 insertions(+) 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