Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_registry.h
Go to the documentation of this file.
1#ifndef REGISTRY_H
2#define REGISTRY_H
3#define SPELLFRAMEWORK_TAG "RC"
4
5#include "../../api/sfsf.h"
6
7// Function prototypes for mod loader.
8extern void initialize_framework();
10
11#endif // REGISTRY_H
SpellforceSpellFramework frameworkAPI
void initialize_framework()
Initializes the Spellforce Spell Framework (SFSF).
Represents the Spellforce Spell Framework API.This structure serves as the central interface for inte...
Definition sfsf.h:42