4 /*****************************************************************************\
7 * Author : Chris Koeritz *
11 * A simple test object for amorphs. *
13 *******************************************************************************
14 * Copyright (c) 1996-$now By Author. This program is free software; you can *
15 * redistribute it and/or modify it under the terms of the GNU General Public *
16 * License as published by the Free Software Foundation; either version 2 of *
17 * the License or (at your option) any later version. This is online at: *
18 * http://www.fsf.org/copyleft/gpl.html *
19 * Please send any updates to: fred@gruntose.com *
20 \*****************************************************************************/
25 #include <basis/astring.h>
26 #include <basis/definitions.h>
27 #include <structures/amorph.h>
32 bogon(basis::abyte *to_copy);
34 bogon(const bogon &to_copy);
36 bogon &operator = (const bogon &to_copy);
40 basis::abyte *held() const;
45 basis::abyte *my_held;