Skip to content

Commit

Permalink
Add missing GameParametersSerialize to header
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 467645145
Change-Id: I37eb844e677d70c2095dc266a961a16ddb222270
  • Loading branch information
Manuel Kroiss authored and lanctot committed Aug 15, 2022
1 parent f37c0c3 commit 89ba226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions open_spiel/rust/src/rust_open_spiel.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ void GameParametersSetInt(void* params_ptr, const char* key, int value);
void GameParametersSetDouble(void* params_ptr, const char* key, double value);
void GameParametersSetString(void* params_ptr, const char* key,
const char* value);
char* GameParametersSerialize(const void* params_ptr,
unsigned long* length); /* NOLINT */

/* Game functions. */
void* LoadGame(const char* name);
Expand Down

0 comments on commit 89ba226

Please sign in to comment.