mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
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}
|
|
|
|
|