EnglishРусский  

   ..

   SRC

   defines.g

   Desktop.g

   Font.g

   GraphicsTypes.g

   Image.g

   Screen.g

   Sound.g

   Sprites.g

The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

source\dev\directx\lib\GraphicsTypes.g
1 type TPoint {
2   int x
3   int y
4 }
5