diff options
Diffstat (limited to 'sord/sord.h')
-rw-r--r-- | sord/sord.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sord/sord.h b/sord/sord.h index 530247e..587456b 100644 --- a/sord/sord.h +++ b/sord/sord.h @@ -317,14 +317,14 @@ sord_get_world(SordModel* model); Nodes are included in this count iff they are a part of a quad in @c world. */ SORD_API -int +size_t sord_num_nodes(const SordWorld* world); /** Return the number of quads stored in @c model. */ SORD_API -int +size_t sord_num_quads(const SordModel* model); /** |