diff options
author | jaroWMR <jarorutjes07@gmail.com> | 2024-11-07 19:49:43 +0100 |
---|---|---|
committer | jaroWMR <jarorutjes07@gmail.com> | 2024-11-07 19:49:43 +0100 |
commit | fde229c24dcbd1ed844880a35eabddb88279802b (patch) | |
tree | 8e3b2d23a5015b7fff9038e5bf2d014485841a8c /src/crepe/api/Rigidbody.h | |
parent | f49c93a5dfc0aeb5c0087cc9adfeb68526a2b0a7 (diff) |
corrected doxygen comment
Diffstat (limited to 'src/crepe/api/Rigidbody.h')
-rw-r--r-- | src/crepe/api/Rigidbody.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crepe/api/Rigidbody.h b/src/crepe/api/Rigidbody.h index e1abd46..b12cf1d 100644 --- a/src/crepe/api/Rigidbody.h +++ b/src/crepe/api/Rigidbody.h @@ -46,6 +46,9 @@ public: public: /** + * + * \brief struct for Rigidbody data + * * This struct holds the data for the Rigidbody. */ struct RigidbodyData { |