source: buchla-68k/ram/frfind.x@ 6262b5c

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

Added include files for global functions and variables.

  • Property mode set to 100644
File size: 571 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);
16
Note: See TracBrowser for help on using the repository browser.