Atlas 0.7.0
Networking protocol for the Worldforge system.
FEncoder.cpp
1// This file may be redistributed and modified only under the terms of
2// the GNU Lesser General Public License (See COPYING for details).
3// Copyright (C) 2000 Stefanus Du Toit
4
5// $Id$
6
7#include <Atlas/Funky/FEncoder.h>
8
9namespace Atlas { namespace Funky {
10
11BeginMap Tokens::begin_map;
12EndMap Tokens::end_map;
13BeginList Tokens::begin_list;
14EndList Tokens::end_list;
15
16} } // namespace Atlas::Funky
Definition: Bridge.h:20