RType
Public Member Functions | List of all members
IGame Class Referenceabstract

#include <IGame.hpp>

Inheritance diagram for IGame:
Inheritance graph
[legend]

Public Member Functions

virtual ~IGame ()=default
 
virtual void update (std::shared_ptr< Event > event, std::shared_ptr< Packet > packet)=0
 

Detailed Description

Definition at line 16 of file IGame.hpp.

Constructor & Destructor Documentation

◆ ~IGame()

virtual IGame::~IGame ( )
virtualdefault

Member Function Documentation

◆ update()

virtual void IGame::update ( std::shared_ptr< Event event,
std::shared_ptr< Packet packet 
)
pure virtual

Implemented in RType.


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