-
Notifications
You must be signed in to change notification settings - Fork 0
/
animation.conf
66 lines (66 loc) · 1.25 KB
/
animation.conf
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
##begin config
version 41.8
copyright © The AROS Dev Team
classdatatype struct Animation_Data
##end config
##begin cdefprivate
#include "animationclass.h"
##end cdefprivate
##begin cdef
#include <intuition/gadgetclass.h>
#include <datatypes/datatypesclass.h>
#include <datatypes/animationclass.h>
##end cdef
##begin methodlist
PRIVATE_RENDERBUFFER
.function DT_RenderBuffer
PRIVATE_REMAPBUFFER
.function DT_RemapBuffer
OM_NEW
.function DT_NewMethod
DTM_REMOVEDTOBJECT
.function DT_RemoveDTObject
OM_DISPOSE
.function DT_DisposeMethod
OM_GET
.function DT_GetMethod
OM_SET
.alias OM_UPDATE
.function DT_SetMethod
GM_LAYOUT
.function DT_Layout
GM_HITTEST
.function DT_HitTestMethod
GM_GOACTIVE
.function DT_GoActiveMethod
GM_HANDLEINPUT
.function DT_HandleInputMethod
GM_RENDER
.function DT_Render
DTM_FRAMEBOX
.function DT_FrameBox
DTM_TRIGGER
.function DT_Trigger
DTM_COPY
.function DT_Copy
DTM_PRINT
.function DT_Print
DTM_WRITE
.function DT_Write
ADTM_START
.function DT_Start
ADTM_PAUSE
.function DT_Pause
ADTM_STOP
.function DT_Stop
PRIVATE_INITPLAYER
.function DT_Stop
PRIVATE_ALLOCCOLORTABLES
.function DT_AllocColorTables
PRIVATE_FREECOLORTABLES
.function DT_FreeColorTables
PRIVATE_FREEPENS
.function DT_FreePens
PRIVATE_ALLOCBUFFER
.function DT_AllocBuffer
##end methodlist