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
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
popupmenu
/
staticlib
/
autoinit.c
blob
f4e6276fe35720d7473bf242d80ed6a351c68238
1
/*
2
Copyright © 2010, The AROS Development Team.
3
All rights reserved.
4
5
$Id$
6
*/
7
8
#include <proto/popupmenu.h>
9
#include <aros/symbolsets.h>
10
11
ADD2LIBS
((
CONST_STRPTR
)
"popupmenu.library"
,
10
,
struct
PopupMenuBase
*,
PopupMenuBase
);