Potato Engine
Loading...
Searching...
No Matches
Block.cpp
Go to the documentation of this file.
1
2
3#include "Block.hpp"
4
6
7Block::Block() {
8 Texture = 'B';
9}
#define ARCHIVE_STATIC(type)
Registers classes to be archived as a static actor.
Solid block.
Definition Block.hpp:10