From ea175221e5bbbb44dd61a827ab1be3f125c45776 Mon Sep 17 00:00:00 2001 From: The Arrayser <68914060+TheArrayser@users.noreply.github.com> Date: Sun, 28 Aug 2022 20:31:32 +0200 Subject: [PATCH] smol changes :smirk: --- System Abstraction/{cdb_Sustem.h => cdb_sustem.h} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename System Abstraction/{cdb_Sustem.h => cdb_sustem.h} (96%) diff --git a/System Abstraction/cdb_Sustem.h b/System Abstraction/cdb_sustem.h similarity index 96% rename from System Abstraction/cdb_Sustem.h rename to System Abstraction/cdb_sustem.h index dc6abd8..fb76e50 100644 --- a/System Abstraction/cdb_Sustem.h +++ b/System Abstraction/cdb_sustem.h @@ -38,4 +38,4 @@ void * sus_heapAlloc(size_t bytes); // returns NULL, if there is no memroy left void * sus_heapResize(void * memroy, size_t newBytes); // returns NULL, if there is no memroy left or an error occured void sus_heapFree(void * memroy); // what should this function do, if an error occurse.. -// Networking API -- coming soon, cuz idk \ No newline at end of file +// Networking API -- coming soon, cuz idk