We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d5372 commit fb48856Copy full SHA for fb48856
include/slang.h
@@ -1,6 +1,10 @@
1
#ifndef SLANG_H
2
#define SLANG_H
3
4
+#ifdef SLANG_USER_CONFIG
5
+ #include SLANG_USER_CONFIG
6
+#endif
7
+
8
/** \file slang.h
9
10
The Slang API provides services to compile, reflect, and specialize code
0 commit comments