11 lines
106 B
C
11 lines
106 B
C
|
#ifndef __GSTOCK_H
|
||
|
#define __GSTOCK_H
|
||
|
|
||
|
class gStock
|
||
|
{
|
||
|
public:
|
||
|
static gPicture* get(char *vl);
|
||
|
};
|
||
|
|
||
|
#endif
|