diff options
Diffstat (limited to 'src/example')
| -rw-r--r-- | src/example/components_internal.cpp | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/src/example/components_internal.cpp b/src/example/components_internal.cpp index 821a7de..4246dd7 100644 --- a/src/example/components_internal.cpp +++ b/src/example/components_internal.cpp @@ -9,7 +9,10 @@  #include <crepe/util/log.h>  #include <crepe/ComponentManager.h>  #include <crepe/GameObject.h> -#include <crepe/Components.h> +#include <crepe/Component.h> +#include <crepe/Sprite.h> +#include <crepe/Rigidbody.h> +#include <crepe/Collider.h>  using namespace crepe;  using namespace std; |