Files
jabyengine/config/dummy_default_config.hpp
2024-02-20 21:55:56 -05:00

7 lines
163 B
C++

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