equal
deleted
inserted
replaced
49 {$ELSE} |
49 {$ELSE} |
50 {$DEFINE cdecl attribute(cdecl)} |
50 {$DEFINE cdecl attribute(cdecl)} |
51 type PByte = ^Byte; |
51 type PByte = ^Byte; |
52 type PInteger = ^Integer; |
52 type PInteger = ^Integer; |
53 type PLongInt = ^LongInt; |
53 type PLongInt = ^LongInt; |
54 {$ENDIF} |
|
55 |
|
56 {$IFDEF DARWIN} |
|
57 {$IFNDEF HWLIBRARY} |
|
58 {$linklib SDLmain} |
|
59 {$PASCALMAINNAME SDL_main} |
|
60 {$linkframework Cocoa} |
|
61 {$linkframework SDL} |
|
62 {$linkframework SDL_net} |
|
63 {$linkframework SDL_image} |
|
64 {$linkframework SDL_ttf} |
|
65 {$linkframework SDL_mixer} |
|
66 {$linkframework OpenGL} |
|
67 {$ENDIF} |
|
68 {$ENDIF} |
54 {$ENDIF} |
69 |
55 |
70 |
56 |
71 (* SDL *) |
57 (* SDL *) |
72 const |
58 const |