move constant from resgui into here.

This commit is contained in:
pinkerton%netscape.com 1998-08-25 20:30:18 +00:00
Родитель f2744f30b4
Коммит b9df6fba13
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -139,6 +139,8 @@ protected:
class LArrowGroup: public LView, public LListener
{
public:
enum { msg_ArrowsHit = 700 } ;
LArrowGroup( LStream* inStream );
void ListenToMessage( MessageT message, void* ioParam );