home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
misc_src
/
knowhow4
/
line.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-01
|
278 b
|
17 lines
/* LINE.H file. Line is the bar and text over this bar
loc xy is absolute screen coordinates
*/
#ifndef __LINE_H_
#define __LINE_H_
#include "graphpp.h"
struct Line
{
void outtextxy(loc xy, char* text, int pattern = 0);
};
#endif __LINE_H_