mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-14 07:15:46 +00:00
changed IntCond.h -> hpp
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@251 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
PROJECT(projectM)
|
||||
ADD_LIBRARY(projectM SHARED projectM.cpp projectM.h pbuffer.cpp pbuffer.h InitCond.cpp InitCond.h
|
||||
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
|
||||
Func.h Func.cpp Eval.cpp wipemalloc.h browser.cpp PerFrameEqn.cpp PerPointEqn.cpp editor.cpp fftsg.cpp glConsole.cpp console_interface.cpp
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#include "CustomShape.h"
|
||||
#include "Eval.h"
|
||||
#include "Expr.h"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
#include "Param.h"
|
||||
#include "PerFrameEqn.h"
|
||||
#include "Preset.hpp"
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
#include "SplayTree.hpp"
|
||||
#include "Param.h"
|
||||
#include "PerFrameEqn.h"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
|
||||
class Preset;
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
#include "CustomWave.h"
|
||||
#include "Eval.h"
|
||||
#include "Expr.h"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
#include "Param.h"
|
||||
#include "PerFrameEqn.h"
|
||||
#include "PerPointEqn.h"
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#include "fatal.h"
|
||||
|
||||
#include "Expr.h"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
#include "Param.h"
|
||||
#include "SplayTree.hpp"
|
||||
|
||||
|
||||
@ -26,8 +26,8 @@
|
||||
* $Log$
|
||||
*/
|
||||
|
||||
#ifndef _INIT_COND_H
|
||||
#define _INIT_COND_H
|
||||
#ifndef _INIT_COND_HPP
|
||||
#define _INIT_COND_HPP
|
||||
|
||||
//#define INIT_COND_DEBUG 2
|
||||
#define INIT_COND_DEBUG 0
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef _INIT_COND_UTILS_HPP
|
||||
#define _INIT_COND_UTILS_HPP
|
||||
#include "SplayTree.hpp"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
|
||||
namespace InitCondUtils {
|
||||
class LoadUnspecInitCond {
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
#include "CustomShape.h"
|
||||
#include "Eval.h"
|
||||
#include "Expr.h"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
#include "Param.h"
|
||||
#include "Preset.hpp"
|
||||
#include "SplayTree.hpp"
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
#include "Expr.h"
|
||||
#include "Eval.h"
|
||||
#include "Func.h"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
#include "Param.h"
|
||||
#include "Preset.hpp"
|
||||
#include "Parser.h"
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
#include "Expr.h"
|
||||
#include "PerFrameEqn.h"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
#include "Preset.hpp"
|
||||
|
||||
/* Strings that prefix (and denote the type of) equations */
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
#include "BuiltinParams.hpp"
|
||||
#include "PresetFrameIO.hpp"
|
||||
#include "SplayTree.hpp"
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
||||
@ -565,7 +565,7 @@ void Renderer::reset(int w, int h)
|
||||
other_font = new FTGLPixmapFont(path);
|
||||
|
||||
}
|
||||
#endif /** USE_FTGL */
|
||||
#endif /** USE_FTGL */
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#include "Param.h"
|
||||
#include "SplayTree.hpp"
|
||||
|
||||
#include "InitCond.h"
|
||||
#include "InitCond.hpp"
|
||||
|
||||
#include "glConsole.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user