source: java/ecj/framsticks/FramsticksDefaults.java @ 48

Last change on this file since 48 was 44, checked in by mszubert, 14 years ago

cecj, framsticks and games packages imported

File size: 292 bytes
Line 
1package framsticks;
2
3import ec.DefaultsForm;
4import ec.util.Parameter;
5
6public final class FramsticksDefaults implements DefaultsForm {
7
8        public static final String P_FRAMSTICKS = "framsticks";
9       
10        public static final Parameter base() {
11                return new Parameter(P_FRAMSTICKS);
12        }
13}
Note: See TracBrowser for help on using the repository browser.