home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ST-Computer Leser 1998 October
/
STC_CD_10_1998.iso
/
BASE
/
BGH
/
C___1
/
MAIN.CXX
< prev
Wrap
C/C++ Source or Header
|
1998-09-26
|
507b
|
28 lines
#include <aes.h>
#include <stdlib.h>
#include <stdio.h>
#include <portab.h>
#include "bgh.h"
int main()
{
BGH Help("bgh.bgh");
if(Help) // operator signed()
{
int mx,my,egal,whand;
appl_init();
whand = wind_create(0, 0,0,1,1);
wind_open(whand, 0, 0, 640, 480);
evnt_button( 1, 2, 2, &mx, &my, &egal, &egal);
Help.Action(mx, my, 1, 1, 3);
evnt_button( 1, 2, 0, &egal, &egal, &egal, &egal);
wind_close(whand);
wind_delete(whand);
appl_exit();
}
}