mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
23 lines
213 B
Plaintext
23 lines
213 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,
|
|
};
|
|
}
|