repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed compatibility of output.
[AROS.git]
/
arch
/
m68k-amiga
/
hidd
/
gfx
/
amigavideoclass.h
blob
1ecd3f0606dc852eb22c25d8b8f179b409c7bbda
1
/* Semi-public definitions for GDI class */
2
3
#define AMIGAVIDEO_LIBNAME
"amigavideo.hidd"
4
5
#define CLID_Hidd_AmigaVideoGfx
"hidd.gfx.amigavideo"
6
7
struct
AmigaVideoBase
8
{
9
struct
Library library
;
/* Common library header */
10
};