scene
typedef struct dg_scene { sfVector2f camera; dg_array_t *entities; dg_array_t *systems; } dg_scene_t;