Avionics
Dropship Simulator
Element Class Reference

#include <Element.h>

Collaboration diagram for Element:
[legend]

Public Member Functions

void Render ()
 

Public Attributes

int x
 
int y
 
std::vector< Componentcomponents
 

Detailed Description

Definition at line 3 of file Element.h.

Member Function Documentation

◆ Render()

void Element::Render ( )
inline

Definition at line 9 of file Element.h.

Member Data Documentation

◆ components

std::vector<Component> Element::components

Definition at line 7 of file Element.h.

◆ x

int Element::x

Definition at line 6 of file Element.h.

◆ y

int Element::y

Definition at line 6 of file Element.h.


The documentation for this class was generated from the following file: