Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_building_done_registry.h
Go to the documentation of this file.
1#pragma once
2
3#include "../../../api/sfsf.h"
6
7
8void registerBuildingDoneHandler(uint8_t building_type, building_done_handler_ptr handler);
building_done_handler_ptr get_building_done_handler(uint8_t building_type)
void registerBuildingDoneHandler(uint8_t building_type, building_done_handler_ptr handler)
void(__thiscall * building_done_handler_ptr)(SF_CGdBuildingToolbox *_this, uint16_t building_index)