|
RType
|
#include "networking/client/ClientSocket.hpp"#include <SFML/Graphics.hpp>#include <memory>#include <vector>

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... | |
| enum ComponentType |
ComponentType, enum of the component type.
| Enumerator | |
|---|---|
| TEXT | |
| SPRITE | |
| BUTTON | |
| INPUT | |
| VARIABLE | |
| MUSIC | |
| SOUND | |
Definition at line 15 of file IComponent.hpp.