From: Alec Thomas Date: Mon, 14 Oct 2013 20:30:23 +0000 (-0400) Subject: Dependencies in README. X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=1c58dfa448856afb0d47741b9f516bfe288db400;p=clyne%2Fentityx.git Dependencies in README. --- 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>(); ```