From 40d9b5853b2849c3bf7e2157a4b4c6b798b043d5 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 23 Sep 2012 18:34:10 -0700 Subject: Testing GIA with time manager. --- src/misc/tim/tim.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/misc/tim/tim.h') diff --git a/src/misc/tim/tim.h b/src/misc/tim/tim.h index 1eb1de78..f2024f4f 100644 --- a/src/misc/tim/tim.h +++ b/src/misc/tim/tim.h @@ -64,7 +64,10 @@ extern int Tim_ManBoxInputFirst( Tim_Man_t * p, int iBox ); extern int Tim_ManBoxOutputFirst( Tim_Man_t * p, int iBox ); extern int Tim_ManBoxInputNum( Tim_Man_t * p, int iBox ); extern int Tim_ManBoxOutputNum( Tim_Man_t * p, int iBox ); +extern int Tim_ManBoxDelayTableId( Tim_Man_t * p, int iBox ); extern float * Tim_ManBoxDelayTable( Tim_Man_t * p, int iBox ); +extern int Tim_ManBoxCopy( Tim_Man_t * p, int iBox ); +extern void Tim_ManBoxSetCopy( Tim_Man_t * p, int iBox, int iCopy ); /*=== timDump.c ===========================================================*/ extern Vec_Str_t * Tim_ManSave( Tim_Man_t * p ); extern Tim_Man_t * Tim_ManLoad( Vec_Str_t * p ); -- cgit v1.2.3