diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-05 23:19:22 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-06 15:22:00 +0200 |
| commit | e532875c8e6d8fcad81c231a950adf93f8f114b6 (patch) | |
| tree | e49362ec55bda8d8c95e1d74514b2026882440f4 /src/critter-script.cpp | |
| parent | b925773d084d5fc050112999ae16050a6d36859d (diff) | |
critter script wip
Diffstat (limited to 'src/critter-script.cpp')
| -rw-r--r-- | src/critter-script.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/critter-script.cpp b/src/critter-script.cpp new file mode 100644 index 00000000..e2355a64 --- /dev/null +++ b/src/critter-script.cpp @@ -0,0 +1,7 @@ +#include "critter-script.hpp" + +namespace floormat { + + + +} // namespace floormat |
