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