
#ifndef _JL_RAYCASTABLE_LIST_H_
#define _JL_RAYCASTABLE_LIST_H_

#include "raycastable.h"

#define CLASS_NAME RayCastableList
#define CLASS_TYPE RayCastable
#define CLASS_TYPE_PTR RayCastable*

#define COPY_FUNCTION CopyRayCastable
#define NO_OUTPUT


#include "dynarray.h"

};


#undef COPY_FUNCTION
#undef NO_OUTPUT

#undef CLASS_NAME
#undef CLASS_TYPE
#undef CLASS_TYPE_PTR

#endif
