2023-11-23 19:29:38 +00:00
|
|
|
#ifndef APFL_GLOBALS_H
|
|
|
|
|
#define APFL_GLOBALS_H
|
2023-03-05 21:55:20 +00:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include "apfl.h"
|
|
|
|
|
|
2023-11-23 19:29:38 +00:00
|
|
|
void apfl_globals(apfl_ctx);
|
2023-03-05 21:55:20 +00:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|