From ce76ecc2b4d43a4c2da5e924ba30eced1d945ca4 Mon Sep 17 00:00:00 2001 From: y-syo Date: Thu, 4 Dec 2025 23:20:52 +0100 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8F=97=EF=B8=8F=E3=80=8D=20wip(a?= =?UTF-8?q?dding):=20include=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/libasm.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/libasm.h diff --git a/include/libasm.h b/include/libasm.h new file mode 100644 index 0000000..4c58148 --- /dev/null +++ b/include/libasm.h @@ -0,0 +1,8 @@ +#pragma once + +#ifndef __LIBASM__ +# define __LIBASM__ + + + +#endif