MeshTex  3.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PluginRegistration.cpp File Reference

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"

Classes

class  MeshTexPluginDependencies
 Definition (in the declared superclasses) of the Radiant systems that this plugin depends on. More...

Functions

void RADIANT_DLLEXPORT Radiant_RegisterModules (ModuleServer &server)
 Register as a plugin with Radiant.

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:
serverRadiant's module (library) manager.