Súbor: [Platon] / cpdf / svga.h (stiahnutie)
Revízia 1.2, Tue Feb 18 19:29:03 2003 UTC (21 years, 11 months ago) by lynx
Zmeny od 1.1: +2 -0
[lines]
sync...
|
#ifndef SVGA_H
#define SVGA_H
#define K32 32768
#define K64 65536
#define M16 16777216
void render(void);
float trm[3][3]; /* text render matrix */
float tlm[3][3]; /* text line matrix */
struct screen {
int x;
int y;
int color;
} screen;
#endif
Platon Group <platon@platon.sk> http://platon.sk/
|