Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 5092 → Rev 5093

/programs/develop/libraries/ufmod/Fasm/mini.asm
36,7 → 36,7
uFMOD_DEFAULT_VOL = 25
 
; The XM track.
xm file '..\ufmodlib\media\mini.xm'
xm file '..\media\mini.xm'
xm_length = $ - xm
 
; Optimization:
43,7 → 43,7
; This header file is suitable for mini.xm track only!
; If you change the track, update the optimization header.
; (Use the standart eff.inc file for a general purpose player app.)
include '..\ufmodlib\media\mini.eff.inc'
include '..\media\mini.eff.inc'
 
; Include the GUI framework.
FRMWRK_CALLBACK_ON equ 1 ; Enable callback
101,7 → 101,7
; your main code to avoid naming conflicts, but still
; inside your code section.)
macro PUBLIC symbol {} ; hide all publics
include '..\ufmodlib\src\fasm.asm'
include '..\fasm.asm'
 
align 4
rb 1020
/programs/develop/sdk/trunk/pixlib/demo1.asm
1,5 → 1,5
 
include 'proc32.inc'
include '../../../../proc32.inc'
 
struc system_colors
{
/programs/develop/sdk/trunk/pixlib/demo2.asm
1,5 → 1,5
 
include 'proc32.inc'
include '../../../../proc32.inc'
 
struc system_colors
{
/programs/develop/sdk/trunk/pixlib/demo3.asm
1,5 → 1,5
 
include 'proc32.inc'
include '../../../../proc32.inc'
 
struc system_colors
{
/programs/emulator/PrMK/trunk/lang.inc
File deleted
\ No newline at end of file
/programs/fs/kfar/trunk/kfar_arc/lang.inc
File deleted
\ No newline at end of file
/programs/games/bnc/trunk/lang.inc
File deleted
/programs/games/bomber/ssmix.inc
6,7 → 6,7
 
include 'snd.inc'
include 'snd_const.inc'
include 'proc32.inc'
include '../../proc32.inc'
;include 'macros.inc'
;include 'debug.inc'
 
/programs/games/lines/lines.asm
8,7 → 8,7
dd 0x4000
dd 0x0,0x0
 
include 'macros.inc'
include '../../macros.inc'
include 'lang.inc'
include 'draw_window.inc'
include 'ball_operations.inc'
/programs/games/soko/trunk/SOKO
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/system/apm/apm.asm
20,7 → 20,7
dd (I_END+100) and not 3
dd 0x0,0x0
 
include 'macros.inc'
include '../../macros.inc'
 
START:
mcall 40,0x7
/programs/system/battery/bi.asm
1,5 → 1,5
; Battery Indicator v0.ALPHA by Gluk
include "macros.inc"
include "../../macros.inc"
MEOS_APP_START
CODE