mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 06:27:36 +00:00
Adjusted language and TABs.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5315 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
; This is the proposed syntax of a general GEOS resource file for the upcoming resource compiler.
|
||||
|
||||
;This is proposed syntax of general GEOS resource file for upcoming resource compiler.
|
||||
; token MENU, topname (will be escaped with _), x,y of top-left corner, bottom-right will be
|
||||
; counted according to BSW font table (in x) and a multiply 15 (14?) in y
|
||||
|
||||
;(token MENU, topname (will be escaped with _), x,y of top-left corner, bottom-right will be
|
||||
; counted according to BSW font table (in x) and a multiply 15 (14?) in y)
|
||||
;Note that MENU is either MENU and SUBMENU
|
||||
;Note that if you want to use any C operators (like '|', '&' etc.) do it WITHOUT spaces
|
||||
;between arguments (parser is simple and weak)
|
||||
; Note that MENU is either MENU and SUBMENU
|
||||
; Note that if you want to use any C operators (like '|', '&' etc.) do it WITHOUT spaces
|
||||
; between arguments (parser is simple and weak)
|
||||
|
||||
; format: MENU "name" left,top ALIGN { "itemname" TYPE pointer ... }
|
||||
|
||||
|
Reference in New Issue
Block a user