summaryrefslogtreecommitdiff
path: root/archive/src/std/buf.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-26 21:55:23 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-26 21:55:23 +1100
commit43bee361397315c7105b7214316325b185135331 (patch)
treeb339f728b4cd6f37b37912b62c8d0af75dc9551d /archive/src/std/buf.h
parent24573518c3320673eb87d6d659522d77e05cb75c (diff)
move archive into /src
Diffstat (limited to 'archive/src/std/buf.h')
-rw-r--r--archive/src/std/buf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/archive/src/std/buf.h b/archive/src/std/buf.h
deleted file mode 100644
index 77fc7b9..0000000
--- a/archive/src/std/buf.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/**
- * @file buf.h
- * @brief
- */
-#pragma once
-#include "defines.h"
-
-typedef struct bytebuffer {
- u8* buf;
- size_t size;
-} bytebuffer;