Part one - removed references and smart pointers
This commit is contained in:
@ -21,7 +21,7 @@ namespace Dawn {
|
||||
|
||||
class IDawnGame {
|
||||
public:
|
||||
std::shared_ptr<Scene> scene;
|
||||
Scene *scene;
|
||||
|
||||
/**
|
||||
* Initialize the game. This is performed by the host at a time that is
|
||||
|
Reference in New Issue
Block a user