Initial Code

This commit is contained in:
2023-11-24 14:42:57 +01:00
parent f236e59cb4
commit 9d6f367c8d
19 changed files with 43496 additions and 0 deletions

5
include/banner.hpp Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include <cstddef>
extern unsigned char banner[];
extern size_t banner_size;