////////////////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>
////////////////////////////////////////////////////////////////////
BMAP* pragma_path = "hintergrund.bmp"; // my first bmap
PANEL* pragma_path = // my first panel
{
pos_x = 0;
pos_y = 0;
layer = 1;
bmap = pragma_path;
flags = OVERLAY | SHOW;
}
/////////////////////////////////////////////////////////////////////
function main()
{
screen_size.x = 300;
screen_size.y = 300;
screen_color.blue = 150;
}