]> git.treefish.org Git - seamulator.git/blobdiff - seafwd.h
Changed directory structure
[seamulator.git] / seafwd.h
diff --git a/seafwd.h b/seafwd.h
deleted file mode 100644 (file)
index 22977d7..0000000
--- a/seafwd.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-#include <memory>
-
-class Sea;
-using SeaPtr = std::shared_ptr<Sea>;