jabyengine/config/dummy_default_config.hpp

7 lines
163 B
C++

#pragma once
#ifdef __INTELLISENSE__
// This provides a dummy struct so IntelliSense is happy
struct DefaultConfiguration {
};
#endif //! __INTELLISENSE__