基质喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
237 B

#include "zbase_gstate.h"
zbase_gstate_t gstate;
zbase_gstate_t* zbase_gstate_get() { return &gstate; }
void zbase_gstate_set_fatal_flag() { gstate.fatalFlag = true; }
void zbase_gstate_clear_fatal_flag() { gstate.fatalFlag = false; }