EzGL
Data Structures | Typedefs
Object.hpp File Reference

Object factory and Main game executor. More...

#include "nlohmann/json.hpp"
#include <memory>
#include <string>

Go to the source code of this file.

Data Structures

class  EzGL::Object
 Object factory and Main game executor. More...
 

Typedefs

using EzGL::ObjectPtr = std::unique_ptr< class Object >
 Object smart pointer type.
 

Detailed Description

Object factory and Main game executor.