X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/8f1fd27636587d554e6e60ac45b9cb0efb01c5ce..18258cd17adcc9e97a58926a9882d0e23683c59d:/include/watersurfacefwd.h?ds=sidebyside
diff --git a/include/watersurfacefwd.h b/include/watersurfacefwd.h
index 4f20807..3f9e706 100644
--- a/include/watersurfacefwd.h
+++ b/include/watersurfacefwd.h
@@ -14,7 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see .
+ * along with Seamulator. If not, see .
*/
#pragma once
@@ -22,4 +22,6 @@
#include
class WaterSurface;
+
using WaterSurfacePtr = std::shared_ptr;
+using ConstWaterSurfacePtr = std::shared_ptr;