mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-25 21:35:41 +00:00
11 lines
221 B
C++
11 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
|