Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_building_entry_registry.h
Go to the documentation of this file.
1#pragma once
2
3#include "../../../api/sfsf.h"
6
7
8void registerBuildingEntryHandler(uint8_t building_type, building_entry_handler_ptr handler);
building_entry_handler_ptr get_building_entry_handler(uint8_t building_type)
void registerBuildingEntryHandler(uint8_t building_type, building_entry_handler_ptr handler)
void(__thiscall * building_entry_handler_ptr)(SF_CGdFigureJobs *_this, uint16_t figure_id, uint16_t building_id)