Annotation of parser3/src/classes/_image.h, revision 1.2

1.1       paf         1: /** @file
                      2:        Parser: image parser class decls.
                      3: 
                      4:        Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
                      5: 
                      6:        Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
                      7: 
1.2     ! paf         8:        $Id: _image.h,v 1.1.2.1 2001/04/16 11:26:34 paf Exp $
1.1       paf         9: */
                     10: 
1.2     ! paf        11: #ifndef CLASSES_IMAGE_H
        !            12: #define CLASSES_IMAGE_H
1.1       paf        13: 
                     14: #include "pa_vclass.h"
                     15: 
                     16: extern VStateless_class *image_class; // global image class [^length[] & co]
                     17: void initialize_image_class(Pool& pool, VStateless_class& vclass);
                     18: 
                     19: #endif

E-mail: