]> git.treefish.org Git - seamulator.git/blobdiff - include/watersurfacefwd.h
make some noise
[seamulator.git] / include / watersurfacefwd.h
index 4f20807e995252ed6152107d5673156bc9e2e6d1..3f9e70626fb8dbff03033c97e610abf00c52e2c6 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ * along with Seamulator.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #pragma once
@@ -22,4 +22,6 @@
 #include <memory>
 
 class WaterSurface;
+
 using WaterSurfacePtr = std::shared_ptr<WaterSurface>;
+using ConstWaterSurfacePtr = std::shared_ptr<const WaterSurface>;