mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
# Defines plugins to load
|
|
|
|
# Define plugin folder
|
|
PluginFolder=${OGRE_PLUGIN_DIR}
|
|
|
|
# Define plugins
|
|
Plugin=RenderSystem_GL
|
|
Plugin=Plugin_ParticleFX
|
|
Plugin=Plugin_OctreeSceneManager
|
|
# Plugin=Plugin_CgProgramManager
|
|
|
|
|