Improve ConfigLibs more

This commit is contained in:
Björn Gaier
2024-02-20 21:55:56 -05:00
parent 9858eff1f1
commit f47bd60003
3 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#ifdef __INTELLISENSE__
// This provides a dummy struct so IntelliSense is happy
struct DefaultConfiguration {
};
#endif //! __INTELLISENSE__