mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
13 lines
303 B
Text
13 lines
303 B
Text
# Defines plugins to load
|
|
|
|
# Define plugin folder
|
|
PluginFolder=.\
|
|
|
|
# Define plugins
|
|
Plugin=RenderSystem_Direct3D9${DEBUG_SUFFIX}
|
|
Plugin=RenderSystem_GL${DEBUG_SUFFIX}
|
|
Plugin=Plugin_ParticleFX${DEBUG_SUFFIX}
|
|
Plugin=Plugin_OctreeSceneManager${DEBUG_SUFFIX}
|
|
Plugin=Plugin_CgProgramManager${DEBUG_SUFFIX}
|
|
|
|
|