GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_debug_msg Struct Reference

Custom debug message handler structure. More...

#include <gp_debug.h>

Data Fields

int level
 Message debug level, see gp_debug_type.
 
const char * file
 A source file the message came from.
 
const char * fn
 A function the message came from.
 
unsigned int line
 A line the source file the message came from.
 
const char * msg
 The debug message.
 

Detailed Description

Custom debug message handler structure.

Definition at line 158 of file gp_debug.h.


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