Table of Contents


SCENE_OBJ

Definition

struct SCENE_OBJ
{
    bool _b_cursor;
    objects _l_objects;
};

Properties

_b_cursor whether the cursor is allowed to be rendered in this scene (TRUE) or not (FALSE)
_l_objects list of scene objects (SCENE_OBJECT)