11 lines
335 B
C#
11 lines
335 B
C#
// Crest Water System
|
|
// Copyright © 2024 Wave Harmonic. All rights reserved.
|
|
|
|
#if !d_CrestValid
|
|
#error "Your Crest package needs to be updated to be compatible with this version of <i>Crest - Shallow Water</i>."
|
|
#endif
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("WaveHarmonic.Crest.ShallowWater.Editor")]
|