enum EE::Window::Window::MessageBoxType

Native message box types

#include <window.hpp>

enum MessageBoxType {
    Error,
    Warning,
    Information,
};