ソースを参照

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

zeromus 9 年 前
コミット
e618271e11
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4 0
      include/squirrel.h

+ 4 - 0
include/squirrel.h

@@ -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