home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
programs
/
desktop
/
newbar
/
Source
/
NewBar
/
h
/
hotkeys
< prev
next >
Wrap
Text File
|
1998-07-18
|
146b
|
13 lines
/* hotkeys.h */
#ifndef hotkeys_H
#define hotkeys_H
#include "OS:wimp.h"
extern wimp_w hotkeys_window;
void hotkeys_initialise(void);
#endif