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
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
workbench
/
classes
/
zune
/
rawimage
/
Rawimage.conf
blob
bdcb50e110c171ba4f22238795e5d5456c5da35c
1
##begin config
2
basename Rawimage
3
version 20.19
4
date 15.2.2012
5
copyright (c) 2011 Thore Böckelmann, (c) 2012 The AROS Development Team
6
superclass MUIC_Pixmap
7
classdatatype struct Data
8
##end config
9
10
##begin cdef
11
#include <libraries/mui.h>
12
#include "Rawimage_mcc.h"
13
##end cdef
14
15
##begin cdefprivate
16
#include "Rawimage_private.h"
17
##end cdefprivate
18
19
##begin methodlist
20
OM_NEW
21
OM_SET
22
##end methodlist