From: Alexis Laferrière Date: Tue, 7 Jul 2015 12:06:23 +0000 (-0400) Subject: lib/noise: all classes are serializable X-Git-Tag: v0.7.7~24^2~3 X-Git-Url: http://nitlanguage.org lib/noise: all classes are serializable Signed-off-by: Alexis Laferrière --- diff --git a/lib/noise.nit b/lib/noise.nit index 0754d4b..7f26401 100644 --- a/lib/noise.nit +++ b/lib/noise.nit @@ -13,7 +13,9 @@ # limitations under the License. # Provides the noise generators `PerlinNoise` and `InterpolatedNoise` -module noise +module noise is serialize + +import serialization # 2D noise generator abstract class Noise