Results of today's code review session.
This commit is contained in:
parent
14b3ea7676
commit
f35b74f335
21 changed files with 64 additions and 59 deletions
6
main.cpp
6
main.cpp
|
@ -5,7 +5,7 @@
|
|||
#include "components.hpp"
|
||||
#include "constants.hpp"
|
||||
#include "dbc.hpp"
|
||||
#include "collider.hpp"
|
||||
#include "spatialmap.hpp"
|
||||
#include "render.hpp"
|
||||
#include "save.hpp"
|
||||
#include "lights.hpp"
|
||||
|
@ -91,8 +91,8 @@ int main(int argc, char *argv[]) {
|
|||
configure_world(world, game_map);
|
||||
}
|
||||
|
||||
spatial_map collider;
|
||||
world.set_the<spatial_map>(collider);
|
||||
SpatialMap collider;
|
||||
world.set_the<SpatialMap>(collider);
|
||||
System::init_positions(world);
|
||||
|
||||
GUI gui(world, game_map);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue