Add Marionette

This commit was merged in pull request #1.
This commit is contained in:
2025-07-22 02:03:09 -04:00
parent 336094ef90
commit e7974db324
11 changed files with 131 additions and 44 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef _MARIONETTE_H
#define _MARIONETTE_H
#include <cstdint>
namespace mrntt {
class Marionette
{
};
} // namespace mrntt
#endif // _MARIONETTE_H