
#ifndef _JL_JLTEXTURE_LIST_H_
#define _JL_JLTEXTURE_LIST_H_

#include "jltexture.h"

#define CLASS_NAME JLTextureList
#define CLASS_TYPE JLTexture


#include "pointerlist.h"


JLTexture* JLTextureList::Find(const char *name);


};


#undef CLASS_NAME
#undef CLASS_TYPE

#endif

