changed Custom[Wave | Shape].h -> hpp

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@252 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-07-08 22:31:46 +00:00
parent 2332cebbc9
commit 95aec70d01
11 changed files with 13 additions and 13 deletions

View File

@ -43,8 +43,8 @@
#include "PerPixelEqn.h"
//#include "menu.h"
#include "PCM.h" //Sound data handler (buffering, FFT, etc.)
#include "CustomWave.h"
#include "CustomShape.h"
#include "CustomWave.hpp"
#include "CustomShape.hpp"
#include "SplayTree.hpp"
#include "Renderer.hpp"
#include "PresetChooser.hpp"