Sierra Toolkit  Version of the Day
RegisterProduct.hpp
1 #ifndef STK_UTIL_ENVIRONMENT_RegisterProduct_hpp
2 #define STK_UTIL_ENVIRONMENT_RegisterProduct_hpp
3 
4 namespace sierra {
5 
6 void
7 register_product();
8 
9 } // namespace sierra
10 
11 #endif // STK_UTIL_ENVIRONMENT_RegisterProduct_hpp
Definition: Env.cpp:53