Bootstrap stamping

This commit is contained in:
Marcus Huderle
2023-02-28 10:21:08 -06:00
parent 4fbe8bf5ef
commit 64004a68f2
17 changed files with 575 additions and 73 deletions

11
include/core/stamp.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef STAMP_H
#define STAMP_H
class Stamp
{
public:
Stamp();
};
#endif // STAMP_H