Saga
Saga Game Engine
Loading...
Searching...
No Matches
eventmap.h File Reference
#include <atomic>
#include <unordered_map>
#include <functional>
#include <iostream>
#include <memory>
#include "../_Core/logger.h"
Include dependency graph for eventmap.h:
This graph shows which files directly or indirectly include this file:

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