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:
w1z7ard
2007-07-08 22:28:11 +00:00
parent 6574074a79
commit 2332cebbc9
13 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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"

View File

@ -33,7 +33,7 @@
#include "SplayTree.hpp"
#include "Param.h"
#include "PerFrameEqn.h"
#include "InitCond.h"
#include "InitCond.hpp"
class Preset;

View File

@ -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"

View File

@ -28,7 +28,7 @@
#include "fatal.h"
#include "Expr.h"
#include "InitCond.h"
#include "InitCond.hpp"
#include "Param.h"
#include "SplayTree.hpp"

View File

@ -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

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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 */

View File

@ -41,7 +41,7 @@
#include "BuiltinParams.hpp"
#include "PresetFrameIO.hpp"
#include "SplayTree.hpp"
#include "InitCond.h"
#include "InitCond.hpp"
#include <vector>

View File

@ -565,7 +565,7 @@ void Renderer::reset(int w, int h)
other_font = new FTGLPixmapFont(path);
}
#endif /** USE_FTGL */
#endif /** USE_FTGL */
}

View File

@ -35,7 +35,7 @@
#include "Param.h"
#include "SplayTree.hpp"
#include "InitCond.h"
#include "InitCond.hpp"
#include "glConsole.h"