Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_modloader.h
Go to the documentation of this file.
1#ifndef MODLOADER_H
2#define MODLOADER_H
3
4#include "../../api/sfsf.h"
5// Function prototypes for mod loader.
6extern "C" __declspec(dllexport) void initialize_mods();
7extern int g_mod_count;
8extern int g_error_count;
9extern SFMod *g_current_mod;
11
12#endif // MODLOADER_H
int g_mod_count
void initialize_mods()
SFMod * g_current_mod
int g_error_count
SFMod * g_framework_mod