source: buchla-68k/ram/frfind.x@ 6aa430b

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

More accurate headers.

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