]> git.localhorst.tv Git - blank.git/blobdiff - tst/net/PacketTest.hpp
higher precision for quats over the net
[blank.git] / tst / net / PacketTest.hpp
index 32976c8429ba61e8f709c0cb8d76c62b4f0456fc..25256d9906dc823e6771d55a87306e6b26b524f7 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BLANK_TEST_NET_PACKETTEST_HPP_
 #define BLANK_TEST_NET_PACKETTEST_HPP_
 
-#include "model/geometry.hpp"
+#include "geometry/primitive.hpp"
 #include "net/Packet.hpp"
 #include "world/EntityState.hpp"
 
@@ -35,6 +35,7 @@ CPPUNIT_TEST(testPlayerCorrection);
 CPPUNIT_TEST(testChunkBegin);
 CPPUNIT_TEST(testChunkData);
 CPPUNIT_TEST(testBlockUpdate);
+CPPUNIT_TEST(testMessage);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -56,6 +57,7 @@ public:
        void testChunkBegin();
        void testChunkData();
        void testBlockUpdate();
+       void testMessage();
 
 private:
        static void AssertPacket(