Spellforce-Spell-framework
|
#include "../../../api/sfsf.h"
#include "../../core/sf_wrappers.h"
#include "../../handlers/sf_ai_avoidance_handlers.h"
#include "../../core/sf_modloader.h"
#include <iostream>
#include <map>
#include <cstdint>
#include <list>
#include <utility>
Go to the source code of this file.
Functions | |
void | registerAiAvoidanceHandler (uint16_t spell_line, ai_avoidance_handler_ptr handler) |
ai_avoidance_handler_ptr | get_ai_avoidance_handler (uint16_t spell_line) |
|
extern |
Definition at line 21 of file sf_ai_avoidance_registry.cpp.
|
extern |
Definition at line 5 of file sf_ai_avoidance_registry.cpp.