Browse Source

defined MOLINA as constant.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
f836a53b90
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/core/UConst.pas

+ 3 - 0
src/core/UConst.pas

@@ -165,6 +165,9 @@ Const
 
   CT_DEFAULT_MaxSafeboxSnapshots = 10;
 
+  CT_MOLINA  = 1;
+  CT_MOLINA_DECIMAL = Real(CT_MOLINA/1000.0);
+
   // App Params
   CT_PARAM_GridAccountsStream = 'GridAccountsStreamV2';
   CT_PARAM_GridAccountsPos = 'GridAccountsPos';