EnglishРусский  

   ..

   SRC

   defines.g

   Desktop.g

   Font.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\defines.g
 1 define {
 2   true  = 1
 3   false = 0
 4   null  = 0
 5 }
 6 
 7 
 8 
 9 type GAPI_Object {
10   int id
11 }
12