mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
10 lines
180 B
C++
10 lines
180 B
C++
#include <boost/test/unit_test.hpp>
|
|
#include <engine/GameWorld.hpp>
|
|
|
|
BOOST_AUTO_TEST_SUITE(WorldTests)
|
|
|
|
BOOST_AUTO_TEST_CASE(world_object_destroy) {
|
|
}
|
|
|
|
BOOST_AUTO_TEST_SUITE_END()
|