* 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 <http://www.gnu.org/licenses/>.
+ * along with Seamulator. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <memory>
class WaterSurface;
+
using WaterSurfacePtr = std::shared_ptr<WaterSurface>;
+using ConstWaterSurfacePtr = std::shared_ptr<const WaterSurface>;