A_Set_DebugDialog method

int A_Set_DebugDialog(
  1. int nEnable
)

Implementation

int A_Set_DebugDialog(
  int nEnable,
) {
  return _A_Set_DebugDialog(
    nEnable,
  );
}