world-wide commit to ruin everything
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "../player_control.h"
|
||||
|
||||
Level::Level(World* world, Player* player, Chunks* chunks, PhysicsSolver* physics) :
|
||||
world(world),
|
||||
player(player),
|
||||
chunks(chunks),
|
||||
physics(physics) {
|
||||
|
||||
@@ -11,6 +11,7 @@ class PlayerController;
|
||||
|
||||
class Level {
|
||||
public:
|
||||
World* world;
|
||||
Player* player;
|
||||
Chunks* chunks;
|
||||
PhysicsSolver* physics;
|
||||
|
||||
Reference in New Issue
Block a user