rogue
Loading...
Searching...
No Matches
module.h
Go to the documentation of this file.
1
17#ifndef __ROGUE_PROTOCOLS_MODULE_H__
18#define __ROGUE_PROTOCOLS_MODULE_H__
19#include "rogue/Directives.h"
20
21namespace rogue {
22namespace protocols {
23void setup_module();
24}
25} // namespace rogue
26
27#endif
void setup_module()
Definition module.cpp:35