I hope Windows likes "/" versus "\".

This commit is contained in:
Jason Felds
2011-10-02 00:09:40 -04:00
parent 9cf2592a32
commit f9d12e1afe
62 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef ACTOR_SCROLLER_H
#define ACTOR_SCROLLER_H
#include "Actors\ActorScroller.h"
#include "Actors/ActorScroller.h"
#include "LuaReference.h"
/** @brief ActorScroller that fills in its children on the fly. */
class DynamicActorScroller: public ActorScroller