0ad/source/lib/file/archive/codec.cpp
Ykkrosh 7a4dd7b473 Set svn:eol-style=native
This was SVN commit r6828.
2009-04-18 16:14:48 +00:00

16 lines
337 B
C++

/**
* =========================================================================
* File : codec.cpp
* Project : 0 A.D.
* Description :
* =========================================================================
*/
// license: GPL; see lib/license.txt
#include "precompiled.h"
#include "codec.h"
ICodec::~ICodec()
{
}