Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | /* |
2 | * src/util.h |
||
3 | * |
||
4 | * Copyright (C) 1998-2002 BigOrno (bigorno@bigorno.net). All rights reserved. |
||
5 | * |
||
6 | * The use and distribution terms for this software are contained in the file |
||
7 | * named README, which can be found in the root of this distribution. By |
||
8 | * using this software in any fashion, you are agreeing to be bound by the |
||
9 | * terms of this license. |
||
10 | * |
||
11 | * You must not remove this notice, or any other, from this software. |
||
12 | */ |
||
13 | |||
14 | #ifndef _UTIL_H |
||
15 | #define _UTIL_H |
||
16 | |||
17 | extern void u_envtest (S16, S16, U8, U8 *, U8 *); |
||
18 | extern U8 u_boxtest (U8, U8); |
||
19 | extern U8 u_fboxtest (U8, S16, S16); |
||
20 | extern U8 u_trigbox (U8, S16, S16); |
||
21 | |||
22 | #endif |