Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1803 yogev_ezra 1
;#**************************
2
;#*        LIGHTS          *  Kolibri OS
3
;#**************************  15/10/2007
4
include 'main.inc'
5
include 'data.inc'
6
include 'macs.inc'
7
 
8
  BeginProgram
9
 
10
  main_loop
11
 
12
  DATA_SECTION
13
 
14
  EndProgram
15