aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/arch.h
blob: 031f9f39c9d8b069726036ca3fd89b7ae2b7ab32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This code is based on the original source code of Lord Avalot d'Argent version 1.3.
 * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman.
 */
#ifndef __arch_h__
#define __arch_h__


#include "gyro.h"


void save(string name);

#endif