PCM moved out of beatdetect. Only projectM.hpp needs to be included, and even more headers removed from installation

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@530 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-10-05 17:13:12 +00:00
parent 3b43927cc6
commit 75f2e2a25c
10 changed files with 28 additions and 32 deletions

View File

@ -23,10 +23,9 @@
#include <stdlib.h>
#include <math.h>
#include <SDL/SDL.h>
#include <libprojectM/BeatDetect.hpp>
#include <libprojectM/PCM.hpp>
#include <libprojectM/projectM.hpp>
#include <libprojectM/KeyHandler.hpp>
#include "sdltoprojectM.h"
#include "ConfigFile.h"