home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
VD08SMP.ZIP
/
usr
/
samples
/
gnuplot
/
controller.h
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
|
1996-02-13
|
203 b
|
19 lines
#ifndef _CONTROLLER_H_
#define _CONTROLLER_H_
#include <pm/pm.h>
#include <stdio.h>
@interface Controller : Object
{
FILE *gnuplot;
}
- init;
- free;
- plot: sender;
@end
#endif