;OpenHSP (for Linux) memo
;./hsp3compile.sh memo.hsp && ls -l memo.* && vglrun ./hsp3dish_exec.sh memo.ax
#include "hsp3dish.as"
ui=2
title "Cosmic Prowrestling"
;screen 0, 640, 480
redraw 0
;cls 0
color 255,255,255
boxf
color 0,0,255
mes "Cosmic Prowrestling"
celload "sample/game/uiparts.png",ui
celdiv ui,90,24
celload "sample/game/trump.png",3
celput 2
redraw 1
stop