-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
dccl.h
32 lines (29 loc) · 1.3 KB
/
dccl.h
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
// Copyright 2009-2016 Toby Schneider (http://gobysoft.org/index.wt/people/toby)
// GobySoft, LLC (for 2013-)
// Massachusetts Institute of Technology (for 2007-2014)
// Community contributors (see AUTHORS file)
//
//
// This file is part of the Dynamic Compact Control Language Library
// ("DCCL").
//
// DCCL is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 2.1 of the License, or
// (at your option) any later version.
//
// DCCL is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with DCCL. If not, see <http://www.gnu.org/licenses/>.
// courtesy header for the Dynamic Compact Control Language Library
// (libdccl)
#ifndef DCCL3COURTESY20091211H
#define DCCL3COURTESY20091211H
#include "dccl/codec.h"
/// \defgroup dccl_api API class for using the DCCL Codec
/// \defgroup dccl_field_api API classes for defining new custom field encoders/decoders
#endif