|
|
1.1 paf 1: /*
1.2 paf 2: Parser
3: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.3 ! paf 4: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
1.2 paf 5:
1.3 ! paf 6: $Id: _env.h,v 1.2 2001/03/10 16:34:33 paf Exp $
1.1 paf 7: */
8:
9: #ifndef _ENV_H
10: #define _ENV_H
11:
12: #include "pa_vclass.h"
13:
14: void initialize_env_class(Pool& pool, VClass& vclass);
15:
16: #endif