home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
misc_src
/
knowhow4
/
micro.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-01
|
237 b
|
15 lines
#ifndef __MICRO_H
#define __MICRO_H
#include "window.h"
#include "tools.h"
class Micro : public Window
{
public:
Micro(rect coord);
virtual void show();
virtual void exe(int act);
};
#endif __MICRO_H