IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
ice::ModuleInfo Struct Reference

Stores information of module load and unload functions. More...

#include <ice/module_info.hxx>

Inheritance diagram for ice::ModuleInfo:
ice::ModulesEntry

Public Attributes

ice::FnModuleLoad *const fn_load
ice::FnModuleUnload *const fn_unload

Detailed Description

Stores information of module load and unload functions.

Member Data Documentation

◆ fn_load

ice::FnModuleLoad* const ice::ModuleInfo::fn_load

◆ fn_unload

ice::FnModuleUnload* const ice::ModuleInfo::fn_unload

The documentation for this struct was generated from the following file: