mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-02 00:42:33 +01:00
ba7eb63941
rwengine + Make renderWorld() take a ViewCamera parameter. + add rotation and getView to ViewCamera + correct directions for vehicle and character movement. rwgame + Remove GenericState + Add State::getCamera() to control the ViewCamera used for rendering + Clean up state camera control + Remove now unused view parameters from main
8 lines
153 B
C++
8 lines
153 B
C++
#include <boost/test/unit_test.hpp>
|
|
#include "test_globals.hpp"
|
|
#include <State.hpp>
|
|
|
|
BOOST_AUTO_TEST_SUITE(StateUnitTests)
|
|
|
|
BOOST_AUTO_TEST_SUITE_END()
|