Browse Source

Move include to header

master
Riyyi 3 years ago
parent
commit
848fa8b700
  1. 1
      inferno/src/inferno/scene/scene.cpp
  2. 2
      inferno/src/inferno/scene/scene.h

1
inferno/src/inferno/scene/scene.cpp

@ -1,4 +1,3 @@
#include "inferno/log.h"
#include "inferno/scene/components.h"
#include "inferno/scene/scene.h"
#include "inferno/script/cameracontroller.h"

2
inferno/src/inferno/scene/scene.h

@ -7,6 +7,8 @@
#include "entt/entity/registry.hpp" // entt::entity, entt::registry
#include "glm/ext/matrix_float4x4.hpp" // glm::mat4
#include "inferno/log.h"
namespace Inferno {
class Camera;

Loading…
Cancel
Save