From 1c58dfa448856afb0d47741b9f516bfe288db400 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Mon, 14 Oct 2013 16:30:23 -0400 Subject: Dependencies in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b5addbb..51b3544 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ In the case where a component has dependencies on other components, a helper cla eg. The following will also add `Position` and `Direction` components when a `Physics` component is added to an entity. ```c++ -#include "entityx/deps/Dependency.h" +#include "entityx/deps/Dependencies.h" system_manager->add>(); ``` -- cgit v1.2.3