Commit b280dc92 authored by Chen Bill's avatar Chen Bill Committed by GitHub

update ocgapi signature

parent 631da2ca
......@@ -23,7 +23,7 @@ These functions create the game itself and then manipulate it.
- `intptr_t create_duel(uint_fast32_t seed);`
Create a the instance of the duel with a PRNG seed.
- `void start_duel(intptr_t pduel, int32 options);`
- `void start_duel(intptr_t pduel, uint32 options);`
Start the duel.
- `void end_duel(intptr_t pduel);`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment