Files
jabyengine/config/dummy_default_config.hpp
2025-01-08 22:27:37 +01:00

7 lines
157 B
C++

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