diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-20 23:46:39 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-20 23:46:39 +0000 |
| commit | d15860e44f3cbe0c92add6acd24ace564442645d (patch) | |
| tree | e0763557279c211b032b18d3b2773e4a073752cd /src/game/client/components/maplayers.cpp | |
| parent | ad9c1b0a22fb451f909d8f12510c560fa8889be2 (diff) | |
| download | zcatch-d15860e44f3cbe0c92add6acd24ace564442645d.tar.gz zcatch-d15860e44f3cbe0c92add6acd24ace564442645d.zip | |
renamed gc_render* to render*
Diffstat (limited to 'src/game/client/components/maplayers.cpp')
| -rw-r--r-- | src/game/client/components/maplayers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/maplayers.cpp b/src/game/client/components/maplayers.cpp index c6fea413..1d162999 100644 --- a/src/game/client/components/maplayers.cpp +++ b/src/game/client/components/maplayers.cpp @@ -1,7 +1,7 @@ #include <game/layers.hpp> #include <game/client/gameclient.hpp> #include <game/client/component.hpp> -#include <game/client/gc_render.hpp> +#include <game/client/render.hpp> #include <game/client/components/camera.hpp> #include <game/client/components/mapimages.hpp> |