Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_building_done_registry.cpp File Reference
#include "sf_building_done_registry.h"
#include "../../handlers/sf_building_done_handlers.h"
#include <cstdint>
#include <iostream>
#include <map>
#include <list>
#include <utility>
Include dependency graph for sf_building_done_registry.cpp:

Go to the source code of this file.

Functions

void registerBuildingDoneHandler (uint8_t building_type, building_done_handler_ptr handler)
building_done_handler_ptr get_building_done_handler (uint8_t building_type)

Function Documentation

◆ get_building_done_handler()

building_done_handler_ptr get_building_done_handler ( uint8_t building_type)

Definition at line 26 of file sf_building_done_registry.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ registerBuildingDoneHandler()

void registerBuildingDoneHandler ( uint8_t building_type,
building_done_handler_ptr handler )

Definition at line 11 of file sf_building_done_registry.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: