X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Ffmod%2Ffmodpresets.pas;h=26905b286d660824542551ebef4afcc7b84780b5;hb=fbbc2cfe8253d61c8a5eb27d352df4103a59b7fb;hp=a27d59f1c0a7ca158fe1d7ce8410f3c97b1fc25e;hpb=88ce644db1b40111bdb380f4357fa59bdb5173be;p=d2df-sdl.git diff --git a/src/lib/fmod/fmodpresets.pas b/src/lib/fmod/fmodpresets.pas index a27d59f..26905b2 100644 --- a/src/lib/fmod/fmodpresets.pas +++ b/src/lib/fmod/fmodpresets.pas @@ -16,15 +16,15 @@ uses fmodtypes; (* -[DEFINE] +[DEFINE] [ - [NAME] + [NAME] FMOD_REVERB_PRESETS - [DESCRIPTION] + [DESCRIPTION] A set of predefined environment PARAMETERS, created by Creative Labs These are used to initialize an FMOD_REVERB_PROPERTIES structure statically. - ie + ie FMOD_REVERB_PROPERTIES prop = FMOD_PRESET_GENERIC; [PLATFORMS]