diff options
| author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-14 10:37:57 +0100 | 
|---|---|---|
| committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-14 10:37:57 +0100 | 
| commit | 032f8560b91b76cad5f32a6a9ebfc0ac845ed69a (patch) | |
| tree | 719bfa5c16957426298bab8634c0f92eaa41a032 | |
| parent | a0c8c09c8c363b239d72bd16303395fb8c23b948 (diff) | |
forget a doxygen docs on a function
| -rw-r--r-- | src/crepe/system/RenderSystem.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crepe/system/RenderSystem.h b/src/crepe/system/RenderSystem.h index 468f79b..6a87eec 100644 --- a/src/crepe/system/RenderSystem.h +++ b/src/crepe/system/RenderSystem.h @@ -57,6 +57,12 @@ private:  	 */  	bool render_particle(const Sprite &, const Transform & tm); +	/** +	 * \brief renders a sprite with a Transform component on the screen  +	 * +	 * \param sprite  the sprite component that holds all the data +	 * \param tm the Transform component that holds the position,rotation and scale  +	 */  	void render_normal(const Sprite &, const Transform & tm);  	/**  |