home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d6xx
/
d606
/
algorhythms.lha
/
AlgoRhythms
/
Source
/
DrawForm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-02-21
|
367 b
|
14 lines
#ifndef DRAWFORM_LOADED
#define DRAWFORM_LOADED 1
#include "AlgoRhythms.h"
/* Drawform.h */
void DrawForm(const struct timeval *Duration,
const PARAMETER *PitchForm,
const PARAMETER *RhythmForm,
const PARAMETER *DynamicsForm,
const PARAMETER *TextureForm);
void DrawTime( const struct timeval *CurTime,
const struct timeval *Duration);
#endif