Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/main_reto_vs05/bin/Debug/Plugins.cfg @ 157

Last change on this file since 157 was 157, checked in by rgrieder, 17 years ago
  • replaced the files in the new 'real' branch with my own files
  • nothing was deleted and then added again, that was already in the folder (e.g. media, src, bin, etc.)
  • added a few files in the media folder (textures required for my program to work)
  • no dll's added
File size: 283 bytes
Line 
1# Defines plugins to load
2
3# Define plugin folder
4PluginFolder=.
5
6# Define plugins
7Plugin=RenderSystem_Direct3D9_d
8Plugin=RenderSystem_GL_d
9Plugin=Plugin_ParticleFX_d
10Plugin=Plugin_BSPSceneManager_d
11Plugin=Plugin_OctreeSceneManager_d
12Plugin=Plugin_CgProgramManager_d
13
14
Note: See TracBrowser for help on using the repository browser.