Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_modloader.h File Reference
#include "../../api/sfsf.h"
Include dependency graph for sf_modloader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void initialize_mods ()
 

Variables

int g_mod_count
 
int g_error_count
 
SFModg_current_mod
 
SFModg_framework_mod
 

Function Documentation

◆ initialize_mods()

void initialize_mods ( )

Definition at line 110 of file sf_modloader.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ g_current_mod

SFMod* g_current_mod
extern

Definition at line 40 of file sf_registry.cpp.

◆ g_error_count

int g_error_count
extern

Definition at line 14 of file sf_modloader.c.

◆ g_framework_mod

SFMod* g_framework_mod
extern

Definition at line 41 of file sf_registry.cpp.

◆ g_mod_count

int g_mod_count
extern

Definition at line 13 of file sf_modloader.c.