mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 02:56:09 -04:00
Fix C client not compiling, again
This commit is contained in:
parent
9869fbfde5
commit
6ec52599b5
16
src/Client/Audio.c
Normal file
16
src/Client/Audio.c
Normal file
@ -0,0 +1,16 @@
|
||||
#include "World.h"
|
||||
#include "BlockID.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "String.h"
|
||||
#include "Platform.h"
|
||||
#include "Event.h"
|
||||
#include "Block.h"
|
||||
#include "Entity.h"
|
||||
#include "ExtMath.h"
|
||||
#include "Physics.h"
|
||||
#include "Game.h"
|
||||
|
||||
|
||||
struct OggStream {
|
||||
|
||||
};
|
@ -249,6 +249,7 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="2DStructs.c" />
|
||||
<ClCompile Include="AsyncDownloader.c" />
|
||||
<ClCompile Include="Audio.c" />
|
||||
<ClCompile Include="Camera.c" />
|
||||
<ClCompile Include="AxisLinesRenderer.c" />
|
||||
<ClCompile Include="Block.c" />
|
||||
|
@ -530,5 +530,8 @@
|
||||
<ClCompile Include="NixPlatform.c">
|
||||
<Filter>Source Files\Platform</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Audio.c">
|
||||
<Filter>Source Files\Game</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -4,7 +4,6 @@
|
||||
#include "Drawer2D.h"
|
||||
#include "Chat.h"
|
||||
#include "Block.h"
|
||||
#include "Random.h"
|
||||
#include "Event.h"
|
||||
#include "AsyncDownloader.h"
|
||||
#include "Funcs.h"
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include "String.h"
|
||||
#include "Platform.h"
|
||||
#include "Event.h"
|
||||
#include "Random.h"
|
||||
#include "Block.h"
|
||||
#include "Entity.h"
|
||||
#include "ExtMath.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user