mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-29 18:54:07 +00:00
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:
@ -1,7 +1,7 @@
|
||||
PROJECT(projectM)
|
||||
ADD_LIBRARY(projectM SHARED projectM.cpp projectM.h pbuffer.cpp pbuffer.h InitCond.cpp InitCond.hpp
|
||||
Expr.cpp PCM.cpp Parser.cpp Preset.cpp common.h BeatDetect.cpp PCM.h PerPixelEqn.cpp Eval.h
|
||||
Param.cpp CustomWave.cpp CustomShape.h CustomShape.cpp Param.h CustomWave.h BeatDetect.h menu.cpp console_interface.h
|
||||
Param.cpp CustomWave.cpp CustomShape.hpp CustomShape.cpp Param.h CustomWave.hpp BeatDetect.h menu.cpp console_interface.h
|
||||
Func.h Func.cpp Eval.cpp wipemalloc.h browser.cpp PerFrameEqn.cpp PerPointEqn.cpp editor.cpp fftsg.cpp glConsole.cpp console_interface.cpp
|
||||
CValue.h Expr.h timer.cpp wipemalloc.cpp PerFrameEqn.h PerPixelEqn.h PerPointEqn.h browser.h BuiltinFuncs.hpp
|
||||
BuiltinFuncs.cpp compare.h editor.h event.h fatal.h SplayTree.hpp fftsg.h glConsole.h menu.h timer.h SplayNode.hpp BuiltinParams.hpp BuiltinParams.cpp Preset.hpp Renderer.cpp Renderer.hpp ParamUtils.hpp PresetLoader.cpp PresetLoader.hpp PresetChooser.hpp PresetChooser.cpp)
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
#include "common.h"
|
||||
#include "fatal.h"
|
||||
|
||||
#include "CustomShape.h"
|
||||
#include "CustomShape.hpp"
|
||||
#include "Eval.h"
|
||||
#include "Expr.h"
|
||||
#include "InitCond.hpp"
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#include "common.h"
|
||||
#include "fatal.h"
|
||||
|
||||
#include "CustomWave.h"
|
||||
#include "CustomWave.hpp"
|
||||
#include "Eval.h"
|
||||
#include "Expr.h"
|
||||
#include "InitCond.hpp"
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
#include "fatal.h"
|
||||
#include "common.h"
|
||||
|
||||
#include "CustomShape.h"
|
||||
#include "CustomShape.hpp"
|
||||
#include "Eval.h"
|
||||
#include "Expr.h"
|
||||
#include "InitCond.hpp"
|
||||
|
||||
@ -28,8 +28,8 @@
|
||||
#include "fatal.h"
|
||||
|
||||
#include "BuiltinFuncs.hpp"
|
||||
#include "CustomWave.h"
|
||||
#include "CustomShape.h"
|
||||
#include "CustomWave.hpp"
|
||||
#include "CustomShape.hpp"
|
||||
#include "Expr.h"
|
||||
#include "Eval.h"
|
||||
#include "Func.h"
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#include "fatal.h"
|
||||
#include "common.h"
|
||||
|
||||
#include "CustomWave.h"
|
||||
#include "CustomWave.hpp"
|
||||
#include "Eval.h"
|
||||
#include "Expr.h"
|
||||
#include "Param.h"
|
||||
|
||||
@ -33,8 +33,8 @@
|
||||
#include <string>
|
||||
//#define PRESET_DEBUG 2 /* 0 for no debugging, 1 for normal, 2 for insane */
|
||||
|
||||
#include "CustomShape.h"
|
||||
#include "CustomWave.h"
|
||||
#include "CustomShape.hpp"
|
||||
#include "CustomWave.hpp"
|
||||
#include "Expr.h"
|
||||
#include "PerPixelEqn.h"
|
||||
#include "PerFrameEqn.h"
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
#include "math.h"
|
||||
#include "common.h"
|
||||
#include "console_interface.h"
|
||||
#include "CustomShape.h"
|
||||
#include "CustomWave.h"
|
||||
#include "CustomShape.hpp"
|
||||
#include "CustomWave.hpp"
|
||||
|
||||
class Preset;
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user