struct EE::Scene::Action::ActionCallbackEntry

#include <action.hpp>

struct ActionCallbackEntry {
    // fields

    ActionType type;
    Uint32 id;
    ActionCallback callback;
};