|
Spellforce-Spell-framework
|
#include "sf_building_entry_registry.h"#include "../../handlers/sf_worker_building_entry_handlers.h"#include <cstdint>#include <map>#include <list>#include <utility>
Go to the source code of this file.
Functions | |
| void | registerBuildingEntryHandler (uint8_t building_type, building_entry_handler_ptr handler) |
| building_entry_handler_ptr | get_building_entry_handler (uint8_t building_type) |
| building_entry_handler_ptr get_building_entry_handler | ( | uint8_t | building_type | ) |
Definition at line 23 of file sf_building_entry_registry.cpp.


| void registerBuildingEntryHandler | ( | uint8_t | building_type, |
| building_entry_handler_ptr | handler ) |
Definition at line 10 of file sf_building_entry_registry.cpp.

