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_
|
||||
#define _SQUIRREL_H_
|
||||
|
||||
#ifdef _SQ_CONFIG_INCLUDE
|
||||
#include _SQ_CONFIG_INCLUDE
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user