Mercurial > hg > reactive
comparison recorder.pl @ 15:c91d53b19dbb tip
Meh?
author | samer |
---|---|
date | Wed, 19 Dec 2012 19:16:30 +0000 |
parents | 24236c9c07b6 |
children |
comparison
equal
deleted
inserted
replaced
14:44417282afec | 15:c91d53b19dbb |
---|---|
13 */ | 13 */ |
14 :- meta_predicate recorder(1,?), player(1,?), player(2,2,?). | 14 :- meta_predicate recorder(1,?), player(1,?), player(2,2,?). |
15 :- dynamic start_time/1, event/2. | 15 :- dynamic start_time/1, event/2. |
16 | 16 |
17 :- use_module(library(fileutils)). | 17 :- use_module(library(fileutils)). |
18 :- use_module(library(utils),[min/3]). | |
18 :- use_module(reactive). | 19 :- use_module(reactive). |
19 | 20 |
20 | 21 |
21 %% recorder( +Client:ptail, -Proc:process) is det. | 22 %% recorder( +Client:ptail, -Proc:process) is det. |
22 % | 23 % |