Files
lcdproc/server/drivers/lcd_lib.h
T
2006-04-08 20:35:51 +00:00

13 lines
326 B
C

#ifndef LCD_LIB_H
#define LCD_LIB_H
#ifndef LCD_H
#include "lcd.h"
#endif
void lib_hbar_static (Driver *drvthis, int x, int y, int len, int promille, int options, int cellwidth, int cc_offset);
void lib_vbar_static (Driver *drvthis, int x, int y, int len, int promille, int options, int cellheight, int cc_offset);
#endif