Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
AppHooks Struct Reference

holds a function pointer (allowed to be NULL) for each hook. More...

#include <app_hooks.h>

Collaboration diagram for AppHooks:

Public Attributes

const OsPath &(* get_log_dir )()
 
void(* bundle_logs )(FILE *f)
 
ErrorReactionInternal(* display_error )(const wchar_t *text, size_t flags)
 

Detailed Description

holds a function pointer (allowed to be NULL) for each hook.

passed to app_hooks_update.

Member Data Documentation

◆ bundle_logs

void(* AppHooks::bundle_logs) (FILE *f)

◆ display_error

ErrorReactionInternal(* AppHooks::display_error) (const wchar_t *text, size_t flags)

◆ get_log_dir

const OsPath &(* AppHooks::get_log_dir) ()

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