WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
RedbookText.h
1#ifndef _WINC_REDBOOKTEXT
2#define _WINC_REDBOOKTEXT
3
4#include <WXP/Point.h>
5
6namespace WXP {
13 struct RedbookText {
14 Point pt;
15 int dx, dy;
16 int block, rev, code, size;
17 char str[300];
18 int len;
19 };
20}
21#endif
22
All WXP classes fall under the WXP namespace.
Definition: Angle.h:4
This struct sets a 3D point (x, y, z)
Definition: Point.h:5
This struct stores Redbook text data.
Definition: RedbookText.h:13