4#ifndef ScreenSystemLayer_H
5#define ScreenSystemLayer_H
7#include "Etterna/Actor/Base/AutoActor.h"
A smart pointer for Actor.
Definition AutoActor.h:13
Definition ScreenSystemLayer.h:11
void Init() override
This is called immediately after construction, to allow initializing after all derived classes exist.
Definition ScreenSystemLayer.cpp:69
Class that holds a screen-full of Actors.
Definition Screen.h:64