kolibrios-gitea/programs/games/kox/trunk/kox.asm
Albom c876fb5ca5 KOX: window with skin, system colors for button and text
git-svn-id: svn://kolibrios.org@2734 a494cfbc-eb01-0410-851d-a64ba20cac60
2012-06-04 08:11:24 +00:00

23 lines
374 B
NASM

;************************************************
;* X-0-X / Kolibri OS /
;************************** 17/10/2007 **********
;************************** 04/06/2012 **********
include 'main.inc'
include 'data.inc'
include 'macs.inc'
BeginProgram
SetEventMask 100111b
call rndseed
main_loop
Subroutines
DATA_SECTION
EndProgram