create_tournament function
- @Native<TournamentHandle Function(Int)>(ffi.Int)>()
- int total_rounds
Tournament related functions
Implementation
@ffi.Native<TournamentHandle Function(ffi.Int)>()
external TournamentHandle create_tournament(int total_rounds);