Plugins
Loading...
Searching...
No Matches
submodules.h
Go to the documentation of this file.
1//
2// Created by julian on 5/26/25.
3//
4
5#ifndef D3F_SUBMODULES_H
6#define D3F_SUBMODULES_H
7
8namespace ug {
9 namespace d3f{
10 void InitUGPlugin_Submodules(ug::bridge::Registry* reg, std::string grp);
11
12}
13}
14#endif //SUBMODULES_H
void InitUGPlugin_Submodules(ug::bridge::Registry *reg, std::string grp)