Move senseApi libs into their own outer subdir

This commit is contained in:
2025-01-08 17:16:49 -04:00
parent 988e84a545
commit d14cef5328
16 changed files with 9193 additions and 82 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef HK_PREPROCESSOR_H
#define HK_PREPROCESSOR_H
#define HK_Q(x) #x
#define HK_QUOTE(x) HK_Q(x)
#define HK_UNMANGLED "C"
#endif // HK_PREPROCESSOR_H