Update OverworldEditor documentation and others

This commit is contained in:
scawful
2024-04-14 10:33:18 -05:00
parent b7cd8bccd3
commit 08ad521b74
5 changed files with 27 additions and 9 deletions

View File

@@ -19,6 +19,10 @@ namespace yaze {
namespace app {
namespace zelda3 {
/**
* @class Sprite
* @brief A class for managing sprites in the overworld and underworld.
*/
class Sprite : public OverworldEntity {
public:
Sprite() = default;