|
Arcade architecture
|
Interface for window management in the arcade project. More...
Go to the source code of this file.
Classes | |
| class | IWindow |
| Interface for graphical window management. More... | |
Interface for window management in the arcade project.
This file defines the IWindow interface, which provides an abstraction for managing a graphical window. It includes methods for initializing, displaying, clearing, and closing the window, as well as checking if the window is open.