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