Rename drumsynth to DrumSynth

This commit is contained in:
Lukas W
2014-11-26 00:47:55 +01:00
parent c2360f593c
commit 84d9215880
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* drumsynth.h - DrumSynth DS file renderer
* DrumSynth.h - DrumSynth DS file renderer
*
* Copyright (c) 1998-2000 Paul Kellett (mda-vst.com)
* Copyright (c) 2007 Paul Giblock <drfaygo/at/gmail.com>

View File

@@ -24,7 +24,7 @@
*/
#include "drumsynth.h"
#include "DrumSynth.h"
#include "lmmsconfig.h"
#include <fstream>

View File

@@ -54,7 +54,7 @@
#include "base64.h"
#include "ConfigManager.h"
#include "debug.h"
#include "drumsynth.h"
#include "DrumSynth.h"
#include "endian_handling.h"
#include "engine.h"
#include "interpolation.h"