45 const std::string &
getName()
const override;
Interface for display modules in the barcade project.
Interface for display modules.
Definition: IDisplayModule.hpp:26
A class that implements the IDisplayModule interface.
Definition: arcade_sdl2.hpp:23
void init() override
Initializes the display module.
Definition: arcade_sdl2.cpp:10
arcadeSdl2()
Constructs a new arcadeSdl2 object.
Definition: arcade_sdl2.cpp:22
void stop() override
Stops the display module.
Definition: arcade_sdl2.cpp:14
std::string _libName
The name of the library.
Definition: arcade_sdl2.hpp:24
~arcadeSdl2()
Destroys the arcadeSdl2 object.
Definition: arcade_sdl2.cpp:25
const std::string & getName() const override
Gets the name of the display module.
Definition: arcade_sdl2.cpp:18