#ifndef GVARS_LIB_H
#define GVARS_LIB_H
#include "globals_shared.h"
#ifdef __cplusplus
extern "C" {
#endif
extern int lib_counter; extern const char lib_message[]; extern char lib_bss[512]; extern GlobalState LIB_STATE; extern unsigned char lib_pattern[300];
void lib_tick(void);
int* lib_get_internal_counter_ptr(void);
#ifdef __cplusplus
}
#endif
#endif