Skip to content

Commit

Permalink
code: fixed the type delcaration for world entities
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Sep 18, 2022
1 parent 27ec344 commit 4eaab95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/header/general.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LIBRG_API int8_t librg_world_destroy(librg_world *world);
LIBRG_API int8_t librg_world_valid(librg_world *world);
LIBRG_API int8_t librg_world_userdata_set(librg_world *world, void *data);
LIBRG_API void * librg_world_userdata_get(librg_world *world);
LIBRG_API int64_t librg_world_entities_tracked();
LIBRG_API int64_t librg_world_entities_tracked(librg_world *world);

// =======================================================================//
// !
Expand Down

0 comments on commit 4eaab95

Please sign in to comment.