diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/world.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slv2/world.h b/slv2/world.h index 8dfa1d3..527acbe 100644 --- a/slv2/world.h +++ b/slv2/world.h @@ -48,6 +48,8 @@ extern "C" { /** Initialize a new, empty world. + * + * If initialization fails, NULL is returned. */ SLV2World slv2_world_new(); |