![]() |
PERRY v1.0.0
P-E-R-R-Y/PERRY helps creating games with a bunch of tools.
|
Interface for Serial. More...
#include <ISerial.hpp>
Public Member Functions | |
virtual | ~ISerial ()=default |
Destroy the ISerial object. | |
virtual void | load (const std::string &path)=0 |
virtual method to load a file | |
virtual bool | isLoaded ()=0 |
virtual method to know if the file is loaded | |
virtual void | close ()=0 |
virtual method to close a file | |
virtual Node | getRoot ()=0 |
virtual method to get the root node | |
Interface for Serial.