25 lines
239 B
Plaintext
25 lines
239 B
Plaintext
|
function __init_view() {
|
||
|
enum e__VW
|
||
|
{
|
||
|
XView,
|
||
|
YView,
|
||
|
WView,
|
||
|
HView,
|
||
|
Angle,
|
||
|
HBorder,
|
||
|
VBorder,
|
||
|
HSpeed,
|
||
|
VSpeed,
|
||
|
Object,
|
||
|
Visible,
|
||
|
XPort,
|
||
|
YPort,
|
||
|
WPort,
|
||
|
HPort,
|
||
|
Camera,
|
||
|
SurfaceID,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|