World implementation
This commit is contained in:
parent
3701c4555d
commit
a54f49d188
3 changed files with 63 additions and 3 deletions
|
|
@ -4,7 +4,10 @@
|
|||
#include <raylib.h>
|
||||
#include <raymath.h>
|
||||
|
||||
class Entity{};
|
||||
class Entity{
|
||||
public:
|
||||
virtual ~Entity(){}
|
||||
};
|
||||
|
||||
class IProcessable {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue