Add some missing PROVIDE:
parent
c3e0351faa
commit
dc6cb8d7e1
|
@ -131,3 +131,5 @@ slate> "Automata" open-titled-window ;
|
|||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
: init ( -- ) init-rule init-slate ;
|
||||
|
||||
PROVIDE: contrib/automata ;
|
|
@ -274,3 +274,5 @@ slate> "Boids" open-titled-window ;
|
|||
: init-world-size ( -- ) { 100 100 } >world-size ;
|
||||
|
||||
: init ( -- ) init-slate init-variables init-world-size init-boids stop? off ;
|
||||
|
||||
PROVIDE: contrib/boids ;
|
|
@ -1,4 +1,5 @@
|
|||
PROVIDE: doc/handbook {
|
||||
PROVIDE: doc/handbook
|
||||
{ +files+ {
|
||||
"alien.facts"
|
||||
"changes.facts"
|
||||
"cli.facts"
|
||||
|
@ -21,4 +22,4 @@ PROVIDE: doc/handbook {
|
|||
"tools.facts"
|
||||
"words.facts"
|
||||
"ui/tools.facts"
|
||||
} ;
|
||||
} } ;
|
||||
|
|
Loading…
Reference in New Issue