|
Saga
Saga Game Engine
|
#include <atomic>#include <unordered_map>#include <functional>#include <iostream>#include <memory>#include "../_Core/logger.h"

Go to the source code of this file.
Classes | |
| class | Saga::ICallback |
| Generic callback used for events. More... | |
| class | Saga::Callback< DataType > |
| A wrapper around a shared_ptr to a function. More... | |
| class | Saga::EventMap |
| A mapping between events (which are ints under the hood) and callbacks. More... | |
Namespaces | |
| namespace | Saga |