small demo of system vectors interception

git-svn-id: svn://svn.cc65.org/cc65/trunk@2338 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2003-08-15 23:07:20 +00:00
parent 4afe11d314
commit 247b3953bd
2 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
; this is resource file for yesno.c, a GEOS application example
HEADER APPLICATION "vectordemo" "VectorDemo" "V1.0" {
dostype USR
author "Maciej Witkowiak"
info "This is C prog compiled with cc65 and GEOSLib."
}