initial commit

This commit is contained in:
Jorijn van der Graaf 2025-05-06 12:38:11 +02:00
commit de042a580c
22 changed files with 221 additions and 0 deletions

4
Crafter.Component.cppm Normal file
View file

@ -0,0 +1,4 @@
export module Crafter.Component;
export import :Component;
export import :ComponentRef;