remove sg_memory.h in math/CMakeList.txt
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4818 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 4c3fbafaac33e498b8e411b9ac1d80cf3e6db2fa Former-commit-id: 9ee9b8d3c78a5683d81e482dadc915320ced3eca
This commit is contained in:
parent
4af8a5af80
commit
83edee772a
2 changed files with 1 additions and 12 deletions
|
@ -2,6 +2,6 @@ INCLUDE(../../../cmake/macros.cmake)
|
|||
|
||||
SD_INSTALL_FILES(INCLUDE tmath FILES constants.h linalg_t.h straight2_t.h v2_t.h v3_t.h v4_t.h
|
||||
point3d.h SGCMath.h SGGeoc.h SGGeod.h sg_geodesy.h SGGeodesy.h
|
||||
SGLimits.h SGMath.h SGMathFwd.h SGMatrix.h sg_memory.h SGMisc.h
|
||||
SGLimits.h SGMath.h SGMathFwd.h SGMatrix.h SGMisc.h
|
||||
SGQuat.h sg_random.h sg_types.h SGVec3.h SGVec4.h vector.h)
|
||||
|
||||
|
|
|
@ -9,14 +9,3 @@ typedef struct QSoundChar_
|
|||
}QSoundChar;
|
||||
|
||||
#endif
|
||||
#ifndef QSOUND_CHAR_H
|
||||
#define QSOUND_CHAR_H
|
||||
|
||||
typedef struct QSoundChar_
|
||||
{
|
||||
float a;
|
||||
float f;
|
||||
float lp;
|
||||
}QSoundChar;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue