Sprout/sprout/utility/enabler.hpp

11 lines
221 B
C++
Raw Normal View History

2012-01-09 12:32:51 +00:00
#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