From 08aa8676cddcf161f286dd8774d82beb6b8f0056 Mon Sep 17 00:00:00 2001 From: badquanta <1+badquanta@noreply.git.ufp.institute> Date: Sat, 16 May 2026 21:28:30 +0000 Subject: [PATCH] Update Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 90fb924..d99825f 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ The "Hollow Development Kit" will be my playground for integrating many differen At the moment this library is comprised of two "wrapper" base template classes: -- [PrimitiveWrapper](hdk::grid::PrimitiveWrapper) - As the name implies this is for "Primitive" types: integers, enums, etc. Basically everything *BUT* a pointer. +- [PrimitiveWrapper](PrimitiveWrapper) - As the name implies this is for "Primitive" types: integers, enums, etc. Basically everything *BUT* a pointer. - [SharedPtrWrapper](SharedPtrWrapper) - Inversely to the primitive wrapper this is for pointers: things that involve memory freeing. These are intended to be a inherited base point for header-only inline wrappers to C API that otherwise has Object oriented behaviour.