add mechanism for configuring squirrel by #including _SQ_CONFIG_INCLUDE, if it exists

This commit is contained in:
zeromus 2016-07-12 18:06:30 -05:00
parent d81f7e1c9d
commit e618271e11

View File

@ -22,6 +22,10 @@ THE SOFTWARE.
#ifndef _SQUIRREL_H_
#define _SQUIRREL_H_
#ifdef _SQ_CONFIG_INCLUDE
#include _SQ_CONFIG_INCLUDE
#endif
#ifdef __cplusplus
extern "C" {
#endif