* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
10 lines
129 B
Plaintext
10 lines
129 B
Plaintext
|
|
#require "hbnf"
|
|
|
|
PROCEDURE Main( cMode )
|
|
|
|
ft_SetMode( Val( cMode ) )
|
|
? "Video mode is: " + Str( ft_GetMode() )
|
|
|
|
RETURN
|