-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathobject.h
More file actions
38 lines (28 loc) · 859 Bytes
/
Copy pathobject.h
File metadata and controls
38 lines (28 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
* Larn — Copyright © 1986 Noah Morgan
* Copyright © 2014-2026 Gibbon
*
* This file is part of Larn and is distributed under
* The Noah Licence, Version 1.0.
*
* You may use, modify, and redistribute this code for
* non‑commercial purposes, provided that:
* - this notice is preserved,
* - The Noah Licence accompanies all redistributions, and
* - no profit is made from Larn or derivative works
* without explicit permission from the copyright holder.
*
* Larn is provided “AS IS”, without warranty of any kind.
*
* See the 'LICENSE.txt' file in the 'docs' folder.
*/
void lookforobject (char, char, char);
void oteleport (int);
void quaffpotion (int, int);
void adjtimel (int);
void read_scroll (int);
void readbook (int);
void ohome (void);
void iopts (void);
void ignore (void);
void ocookie(void);