#ifndef __GSTOCK_H #define __GSTOCK_H class gStock { public: static gPicture* get(char *vl); }; #endif