0ad/source/lib/res/res.cpp
janwas b755ddefda remove all author/modified by tags.
make include guards consistent.

This was SVN commit r5040.
2007-05-07 16:33:24 +00:00

19 lines
504 B
C++

/**
* =========================================================================
* File : res.cpp
* Project : 0 A.D.
* Description :
* =========================================================================
*/
// license: GPL; see lib/license.txt
#include "precompiled.h"
#include "res.h"
AT_STARTUP(\
error_setDescription(ERR::RES_UNKNOWN_FORMAT, "Unknown file format");\
error_setDescription(ERR::RES_INCOMPLETE_HEADER, "File header not completely read");\
)