7 lines
157 B
C++
7 lines
157 B
C++
#pragma once
|
|
#ifdef __INTELLISENSE__
|
|
// This provides a dummy struct so IntelliSense is happy
|
|
|
|
struct DefaultConfiguration {
|
|
};
|
|
#endif //! __INTELLISENSE__
|