blob: cd75441bc2b61ab1c8a369504f925e77a176e37b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{ Parsed from Quartzcore.framework CABase.h }
{$ifdef TYPES}
{$ifndef CABASE_PAS_T}
{$define CABASE_PAS_T}
{ Defines }
const
CA_WARN_DEPRECATED = 1;
{$endif}
{$endif}
{$ifdef RECORDS}
{$ifndef CABASE_PAS_R}
{$define CABASE_PAS_R}
{$endif}
{$endif}
{$ifdef FUNCTIONS}
{$ifndef CABASE_PAS_F}
{$define CABASE_PAS_F}
{ Functions }
function CACurrentMediaTime: CFTimeInterval; cdecl; external;
{$endif}
{$endif}
{$ifdef EXTERNAL_SYMBOLS}
{$ifndef CABASE_PAS_S}
{$define CABASE_PAS_S}
{$endif}
{$endif}
|