chiark / gitweb /
Initial revision
[ssr] / StraySrc / Libraries / Sapphire / def / tearoff
1 ;
2 ; cdll definition file for Sapphire TMS section
3 ;
4
5 name "Sapphire.Tearoff"
6   version 1.00
7   author "© %ce%yr Straylight (%zdy %mo %ce%yr)"
8   nonAPCS
9
10 ;----- Exported symbols -----------------------------------------------------
11
12 exports {                       ; Next = 5
13
14   __tearoff_stub                = 0
15
16   ; --- tms ---
17
18   tms_create                    = 1
19   tms_help                      = 2
20   tms_init                      = 3
21   tms_recreate                  = 4
22 }
23
24 ;----- Object files ---------------------------------------------------------
25
26 objects {
27   lib.sapphire
28   dl.tearoff
29 }