mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
10 lines
221 B
C++
10 lines
221 B
C++
#ifndef SPROUT_UTILITY_ENABLER_HPP
|
|
#define SPROUT_UTILITY_ENABLER_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
namespace sprout {
|
|
extern void* enabler;
|
|
} // namespace sprout
|
|
|
|
#endif // #ifndef SPROUT_UTILITY_ENABLER_HPP
|