diff options
Diffstat (limited to 'src/crepe/Component.cpp')
-rw-r--r-- | src/crepe/Component.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crepe/Component.cpp b/src/crepe/Component.cpp new file mode 100644 index 0000000..bce90f1 --- /dev/null +++ b/src/crepe/Component.cpp @@ -0,0 +1,3 @@ +#include "Component.h" + +using namespace crepe; |