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 
9 namespace Atlas { namespace Funky {
10 
11 BeginMap Tokens::begin_map;
12 EndMap Tokens::end_map;
13 BeginList Tokens::begin_list;
14 EndList Tokens::end_list;
15 
16 } } // namespace Atlas::Funky
Atlas
Definition: Bridge.h:20