add mechanism for configuring squirrel by #including _SQ_CONFIG_INCLUDE, if it exists
This commit is contained in:
parent
d81f7e1c9d
commit
e618271e11
@ -22,6 +22,10 @@ THE SOFTWARE.
|
|||||||
#ifndef _SQUIRREL_H_
|
#ifndef _SQUIRREL_H_
|
||||||
#define _SQUIRREL_H_
|
#define _SQUIRREL_H_
|
||||||
|
|
||||||
|
#ifdef _SQ_CONFIG_INCLUDE
|
||||||
|
#include _SQ_CONFIG_INCLUDE
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user