1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

sprout/utility/pack.hpp 追加

This commit is contained in:
bolero-MURAKAMI 2012-01-09 21:32:51 +09:00
parent 9dbdf452d9
commit a110b0ad0f
4 changed files with 116 additions and 2 deletions

View file

@ -0,0 +1,10 @@
#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