0ad/source/lib/file/common/file_loader.cpp
janwas 63086f4e26 part3: now functional file loading code (not entirely finalized)
(too many changes to list..)

moved tex_* files to lib/tex
archive builder and hotloading modules are disabled.\

This was SVN commit r5518.
2007-12-20 20:14:21 +00:00

6 lines
101 B
C++

#include "precompiled.h"
#include "file_loader.h"
/*virtual*/ IFileLoader::~IFileLoader()
{
}