#ifndef _BPLAYERFOLDER_H_

#define _BPLAYERFOLDER_H_



#include "bplayer.h"



enum

{

	// object properties

	ID_PAINTLAYERFOLDER_			= 3000,

	ID_PAINTLAYERFOLDER_END

};



#endif