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

11
application/application.h Normal file
View File

@@ -0,0 +1,11 @@
//
// Created by Michael on 25/03/2024.
//
#ifndef REKORDUNBOX_APPLICATION_H
#define REKORDUNBOX_APPLICATION_H
int main();
#endif //REKORDUNBOX_APPLICATION_H