gamnit: make `SpriteSet` public so clients can use its services
[nit.git] / src / nitserial.nit
index 9c8a07b..574bc5d 100644 (file)
@@ -158,6 +158,8 @@ for mmodule in mmodules do
        if importations == null then importations = target_modules
 
        var nit_module = new NitModule(module_name)
+       nit_module.annotations.add """generated"""
+       nit_module.annotations.add """no_warning("property-conflict")"""
        nit_module.header = """
 # This file is generated by nitserial
 # Do not modify, but you can redef