#ifndef TPHONG_H__
#define TPHONG_H__

enum
{
	PHONGTAG_PHONG_ANGLELIMIT		= 1001, // Bool
	PHONGTAG_PHONG_ANGLE				= 1002, // Real
	PHONGTAG_PHONG_USEEDGES			= 1003  // Bool
};

#endif	// TPHONG_H__
