Source: src/include/ex_scroll.h


Annotated List
Files
Globals
Hierarchy
Index

#ifndef GEORGIK_SCROLL
#define GEORGIK_SCROLL

class SCROLL
{
	private:
		string	scroll;
		BITMAP	*mixer;
		BITMAP	*submixer;

		int char_pointer;
		int char_counter;
		
	public:
		SCROLL();
		~SCROLL();
		
		void load(string name);
		void draw(BITMAP *bmp);
		void set_position(int x1, int y1);
		void set_font(FONT *fnt);
		
};

#endif


Generated by: georgik on armada on Sat Jul 24 07:07:15 2004, using kdoc 2.0a54.