Ignore:
Timestamp:
2012-12-23T17:11:42+01:00 (13 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/symbols/Topmarks.java

    r29082 r29109  
    2222
    2323public class Topmarks {
    24 
     24       
     25        public static final ArrayList<Instr> FogSignal = new ArrayList<Instr>();
     26        public static final ArrayList<Instr> Light = new ArrayList<Instr>();
     27        public static final ArrayList<Instr> Radar = new ArrayList<Instr>();
    2528        public static final ArrayList<Instr> TopBoard = new ArrayList<Instr>();
    2629        static {
Note: See TracChangeset for help on using the changeset viewer.