fix up some include paths.

This commit is contained in:
AJ Kelly
2011-10-01 22:59:01 -05:00
parent 942ef1e6fa
commit 9cf2592a32
64 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef ACTOR_SCROLLER_H
#define ACTOR_SCROLLER_H
#include "ActorScroller.h"
#include "Actors\ActorScroller.h"
#include "LuaReference.h"
/** @brief ActorScroller that fills in its children on the fly. */
class DynamicActorScroller: public ActorScroller