Initial Commit

This commit is contained in:
2024-03-26 02:41:02 +01:00
commit 8038b0b807
14 changed files with 386 additions and 0 deletions

6
library/library.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef REKORDUNBOX_LIBRARY_H
#define REKORDUNBOX_LIBRARY_H
void entry();
#endif //REKORDUNBOX_LIBRARY_H