X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/8f1fd27636587d554e6e60ac45b9cb0efb01c5ce..3185fa3e31555b1b80edb81dc4e76a1d9856f6fb:/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;