Last change
on this file since e4a1376 was 526a993, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Wording change.
|
-
Property mode
set to
100644
|
File size:
764 bytes
|
Rev | Line | |
---|
[526a993] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | frfind.c -- external declarations
|
---|
| 4 | =============================================================================
|
---|
| 5 | */
|
---|
| 6 |
|
---|
[6262b5c] | 7 | #pragma once
|
---|
| 8 |
|
---|
| 9 | #include "score.h"
|
---|
| 10 | #include "stdint.h"
|
---|
| 11 |
|
---|
| 12 | /*
|
---|
| 13 | =============================================================================
|
---|
[526a993] | 14 | external functions
|
---|
[6262b5c] | 15 | =============================================================================
|
---|
| 16 | */
|
---|
| 17 |
|
---|
| 18 | extern struct s_entry *ehfind(int16_t eh, int32_t te, int16_t d1, int16_t d2);
|
---|
| 19 | extern struct s_entry *ep_adj(struct s_entry *sep, int16_t sdir, int32_t tval);
|
---|
| 20 | extern struct s_entry *findev(struct s_entry *ep, int32_t te, int16_t et, int16_t d1, int16_t d2);
|
---|
| 21 | extern struct s_entry *frfind(int32_t tval, int16_t sdir);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.