rlGetVersion method

int rlGetVersion()

Implementation

int rlGetVersion() => run(
  () => 'rlGetVersion()',
  () => rl.Rlgl.rlGetVersion(),
);