From 3494ad642f98616b8d9c51f5c9535155bbdd4775 Mon Sep 17 00:00:00 2001 From: badquanta <1+badquanta@noreply.git.ufp.institute> Date: Sat, 16 May 2026 21:27:25 +0000 Subject: [PATCH] Update Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index d99825f..90fb924 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](PrimitiveWrapper) - As the name implies this is for "Primitive" types: integers, enums, etc. Basically everything *BUT* a pointer. +- [PrimitiveWrapper](hdk::grid::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.