Added more files to CMakeLists.
Replaced KRHitInfo references with hitinfo. Updated AudioUnitSampleType to always use floats as the Canonical types have been deprecated. Int audio types no longer needed for ios.
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
<ClCompile Include="..\kraken\KRDSP_vDSP.cpp" />
|
||||
<ClCompile Include="..\kraken\KRFloat.cpp" />
|
||||
<ClCompile Include="..\kraken\KRHelpers.cpp" />
|
||||
<ClCompile Include="..\kraken\KRHitInfo.cpp" />
|
||||
<ClCompile Include="..\kraken\HitInfo.cpp" />
|
||||
<ClCompile Include="..\kraken\KRLight.cpp" />
|
||||
<ClCompile Include="..\kraken\KRLocator.cpp" />
|
||||
<ClCompile Include="..\kraken\KRLODGroup.cpp" />
|
||||
@@ -229,7 +229,7 @@
|
||||
<ClInclude Include="..\kraken\KREngine-common.h" />
|
||||
<ClInclude Include="..\kraken\KREngine.h" />
|
||||
<ClInclude Include="..\kraken\KRHelpers.h" />
|
||||
<ClInclude Include="..\kraken\KRHitInfo.h" />
|
||||
<ClInclude Include="..\kraken\HitInfo.h" />
|
||||
<ClInclude Include="..\kraken\KRLight.h" />
|
||||
<ClInclude Include="..\kraken\KRLocator.h" />
|
||||
<ClInclude Include="..\kraken\KRLODGroup.h" />
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
<ClCompile Include="..\kraken\KRDirectionalLight.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\kraken\KRHitInfo.cpp">
|
||||
<ClCompile Include="..\kraken\HitInfo.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\kraken\KRLight.cpp">
|
||||
@@ -335,7 +335,7 @@
|
||||
<ClInclude Include="..\kraken\KREngine.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\kraken\KRHitInfo.h">
|
||||
<ClInclude Include="..\kraken\HitInfo.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\kraken\KRLight.h">
|
||||
|
||||
Reference in New Issue
Block a user