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:
parent
9dbdf452d9
commit
a110b0ad0f
4 changed files with 116 additions and 2 deletions
10
sprout/utility/enabler.hpp
Normal file
10
sprout/utility/enabler.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue