more rendering corrections
[AROS.git] / workbench / libs / desktop / internaliconopsclass.h
blobccedae7dfb81893c7623a08796cec76b5868fdf4
1 /*
2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef INTERNALICONOPSCLASS_H
7 # define INTERNALICONOPSCLASS_H
9 # include "operationclass.h"
11 struct InternalIconOpsClassData
13 ULONG dummy;
17 #endif