![]() |
FastEngine 0.9.4
A multiplayer oriented 2D engine made with Vulkan.
|
Base class for callbacks. More...
#include <C_callback.hpp>
Public Member Functions | |
| virtual void | call (Types... args)=0 |
| virtual bool | check (void *ptr)=0 |
Base class for callbacks.
| Types | The list of arguments types passed to the callback |
|
pure virtual |
|
pure virtual |