From 894f6e02d4aadec58240dc66ad0b8c8f41c5e90a Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Mon, 7 Nov 2011 01:41:54 +0000 Subject: Added three new packets and cleaned up cPacket_Thunderbolt.cpp... cPacket_BlockAction, cPacket_Explosion, and cPacket_SoundEffect. git-svn-id: http://mc-server.googlecode.com/svn/trunk@70 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 6 ++++++ VC2010/MCServer.vcxproj.filters | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) (limited to 'VC2010') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index d9253c701..c761becb2 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -305,6 +305,7 @@ + @@ -314,7 +315,9 @@ + + @@ -449,6 +452,7 @@ + @@ -458,7 +462,9 @@ + + diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters index 70a4a6d3f..7bdb69d87 100644 --- a/VC2010/MCServer.vcxproj.filters +++ b/VC2010/MCServer.vcxproj.filters @@ -385,6 +385,15 @@ {b0401fd9-4021-4ab7-bf61-c8de112b4196} + + {0a6d025d-4fb8-4557-a348-004b819ea477} + + + {e7503f74-0963-428a-a0fc-0b3bc1c81f99} + + + {faf55c04-f56e-4f41-a948-54232627c3a9} + @@ -772,6 +781,15 @@ cLavaSimulator + + Packets\cPacket_Explosion + + + Packets\cPacket_BlockAction + + + Packets\cPacket_SoundEffect + @@ -1194,6 +1212,15 @@ cLavaSimulator + + Packets\cPacket_Explosion + + + Packets\cPacket_BlockAction + + + Packets\cPacket_SoundEffect + -- cgit v1.2.3