Arcade architecture
IEntity.hpp File Reference

Interface for defining entities in the application. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IEntity
 Abstract interface for entities. More...
 

Detailed Description

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.

Author
albane.merian
Date
2025