SYNOPSIS
A generic event that has 3 parameters and does not return a value.
top
A generic event that has 3 parameters and does not return a value.
#include <omni/delegate/3.hpp>
typedef omni::event3<void, void*, void*, void*> omni::action3
top