summaryrefslogtreecommitdiffstats
path: root/modules/register_module_types.h
blob: 3cc0422d80740839306cd44a890706ee32673330 (plain)
1
2
3
4
5
6
7
8
9
#ifndef REGISTER_MODULE_TYPES_H
#define REGISTER_MODULE_TYPES_H

//

void register_module_types();
void unregister_module_types();

#endif