forked from mirror/openmw-tes3mp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
# 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}
|
|
|
|
|