14 lines
161 B
C++
14 lines
161 B
C++
|
|
/*
|
|
*
|
|
* The header file for the interface connecting the module to the rest of
|
|
*the framework
|
|
*
|
|
*/
|
|
|
|
namespace modules::source::framework {
|
|
|
|
void Init();
|
|
|
|
}
|