Add odouble / ofloat variable switches.

This commit is contained in:
md_5 2016-10-21 16:14:50 +11:00
parent 2ee6d66913
commit dd62950521

View File

@ -53,6 +53,12 @@ public class VarHelper {
switches.put("Boolean", new String[]{
"obool"
});
switches.put("Double", new String[]{
"odouble"
});
switches.put("Float", new String[]{
"ofloat"
});
switches.put("Long", new String[]{
"olong"
});