|
Arcade architecture
|
Interface for defining entities in the application. More...

Go to the source code of this file.
Classes | |
| class | IEntity |
| Abstract interface for entities. More... | |
Interface for defining entities in the application.
This file contains the definition of the IEntity interface, which provides a set of pure virtual methods for managing and interacting with entities. Entities are expected to have properties such as position, size, sprite name, color, and z-index, and may also support movement and interaction.