1.1 ! paf 1: /* ! 2: $Id: _root.h,v 1.1 2001/03/09 08:19:45 paf Exp $ ! 3: */ ! 4: ! 5: #ifndef _ROOT_H ! 6: #define _ROOT_H ! 7: ! 8: #include "pa_vclass.h" ! 9: ! 10: void initialize_root_class(Pool& pool, VClass& vclass); ! 11: ! 12: #endif