RType
Classes | Typedefs
Drawable.hpp File Reference
#include "../networking/shared/USocket.hpp"
#include "IComponent.hpp"
#include <iostream>
#include <memory>
#include <tuple>
#include <vector>
Include dependency graph for Drawable.hpp:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ Position

typedef std::tuple<float, float> Position

Definition at line 17 of file Drawable.hpp.

◆ Rect

typedef std::tuple<int, int, int, int> Rect

Definition at line 19 of file Drawable.hpp.

◆ Size

typedef std::tuple<float, float> Size

Definition at line 18 of file Drawable.hpp.