repo.or.cz
/
canaan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
convert line ends
[canaan.git]
/
prj
/
tech
/
libsrc
/
gadget
/
gadget.h
blob
a61fe100ee2caa65e8ffcbf502392f919fe9d1f4
1
// $Header: x:/prj/tech/libsrc/gadget/RCS/gadget.h 1.10 1996/08/26 02:02:51 mahk Exp $
2
3
#ifndef __GADGET_H
4
#define __GADGET_H
5
6
#include <gadbase.h>
7
#include <gadbox.h>
8
#include <gadbutt.h>
9
#include <gadscale.h>
10
#include <gadmenu.h>
11
12
#endif
13