Update OverworldEditor documentation and others
This commit is contained in:
@@ -4,11 +4,15 @@
|
||||
namespace yaze {
|
||||
namespace app {
|
||||
/**
|
||||
* @namespace zelda3
|
||||
* @namespace yaze::app::zelda3
|
||||
* @brief Zelda 3 specific classes and functions.
|
||||
*/
|
||||
namespace zelda3 {
|
||||
|
||||
/**
|
||||
* @class OverworldEntity
|
||||
* @brief Base class for all overworld entities.
|
||||
*/
|
||||
class OverworldEntity {
|
||||
public:
|
||||
enum EntityType {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user