need more work :)

This commit is contained in:
tth 2022-02-16 14:29:29 +01:00
parent 9cedca1fea
commit d9491cc5f9
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ module povstuff
! ----------------------------------------------------------------
subroutine start_of_inc_file (fd)
integer, intent (in) :: fd
write(fd, '(A)') "// DON'T EDIT THIS FILE !"
end subroutine
! ----------------------------------------------------------------
! we need some primitives for the gestion of colors.
! may be a small database indexed by name ?