source: buchla-68k/ram/frfind.x

Last change on this file was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 764 bytes
Line 
1/*
2 =============================================================================
3 frfind.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "score.h"
10#include "stdint.h"
11
12/*
13 =============================================================================
14 external functions
15 =============================================================================
16*/
17
18extern struct s_entry *ehfind(int16_t eh, int32_t te, int16_t d1, int16_t d2);
19extern struct s_entry *ep_adj(struct s_entry *sep, int16_t sdir, int32_t tval);
20extern struct s_entry *findev(struct s_entry *ep, int32_t te, int16_t et, int16_t d1, int16_t d2);
21extern struct s_entry *frfind(int32_t tval, int16_t sdir);
Note: See TracBrowser for help on using the repository browser.