Declares and implements the MeshTexPluginDependencies class, and implements the plugin library's exported function Radiant_RegisterModules.
More...
#include "PluginModule.h"
#include "iundo.h"
#include "iscenegraph.h"
#include "iselection.h"
#include "ishaders.h"
#include "ipatch.h"
#include "modulesystem/singletonmodule.h"
Detailed Description
Declares and implements the MeshTexPluginDependencies class, and implements the plugin library's exported function Radiant_RegisterModules.
Function Documentation
void RADIANT_DLLEXPORT Radiant_RegisterModules |
( |
ModuleServer & |
server | ) |
|
Register as a plugin with Radiant.
- Parameters:
-
server | Radiant's module (library) manager. |