Changeset 52 in xtideuniversalbios for trunk/Assembly_Library/Src/AssemblyLibrary.asm
- Timestamp:
- Oct 12, 2010, 6:51:07 PM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/AssemblyLibrary.asm
r48 r52 2 2 ; Project name : Assembly Library 3 3 ; Created date : 15.9.2010 4 ; Last update : 8.10.20104 ; Last update : 12.10.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Assembly Library main file. This is the only file that … … 33 33 34 34 %ifdef INCLUDE_MENU_LIBRARY 35 %include "CharOutLineSplitter.asm" 35 36 %include "Menu.asm" 36 37 %include "MenuAttributes.asm" … … 53 54 %include "DialogString.asm" 54 55 %include "DialogWord.asm" 55 %include " LineSplitter.asm"56 %include "ItemLineSplitter.asm" 56 57 %include "StringsForDialogs.asm" 57 58 %endif … … 61 62 %include "Char.asm" 62 63 %include "String.asm" 64 %include "StringProcess.asm" 63 65 %endif 64 66
Note:
See TracChangeset
for help on using the changeset viewer.