|
RType
|
#include "../networking/shared/USocket.hpp"#include "IComponent.hpp"#include <iostream>#include <memory>#include <tuple>#include <vector>

Go to the source code of this file.
Classes | |
| class | Drawable |
Typedefs | |
| typedef std::tuple< float, float > | Position |
| typedef std::tuple< float, float > | Size |
| typedef std::tuple< int, int, int, int > | Rect |
| typedef std::tuple<float, float> Position |
Definition at line 17 of file Drawable.hpp.
| typedef std::tuple<int, int, int, int> Rect |
Definition at line 19 of file Drawable.hpp.
| typedef std::tuple<float, float> Size |
Definition at line 18 of file Drawable.hpp.