Skip to content

Commit

Permalink
Add brief description to block class
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmMoltony committed Dec 30, 2023
1 parent 904b65c commit 12124ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/block.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ enum class DoorType

class Block;

/**
* @brief Base class for all blocks
*/
class Block
{
public:
Expand Down

0 comments on commit 12124ba

Please sign in to comment.