RType
Classes | Enumerations
IComponent.hpp File Reference
#include "networking/client/ClientSocket.hpp"
#include <SFML/Graphics.hpp>
#include <memory>
#include <vector>
Include dependency graph for IComponent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IComponent
 

Enumerations

enum  ComponentType {
  TEXT , SPRITE , BUTTON , INPUT ,
  VARIABLE , MUSIC , SOUND
}
 ComponentType, enum of the component type. More...
 

Enumeration Type Documentation

◆ ComponentType

ComponentType, enum of the component type.

Enumerator
TEXT 
SPRITE 
BUTTON 
INPUT 
VARIABLE 
MUSIC 
SOUND 

Definition at line 15 of file IComponent.hpp.