Skip to content
Snippets Groups Projects
new_child_event.hpp 143 B
Newer Older
Leon Dietrich's avatar
Leon Dietrich committed
#pragma once

#include <memory>
#include <string>

#include "ui/event.hpp"

namespace rmrf::ui {

class new_child_event : public event {