mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
(too many changes to list..) moved tex_* files to lib/tex archive builder and hotloading modules are disabled.\ This was SVN commit r5518.
6 lines
101 B
C++
6 lines
101 B
C++
#include "precompiled.h"
|
|
#include "file_loader.h"
|
|
|
|
/*virtual*/ IFileLoader::~IFileLoader()
|
|
{
|
|
}
|