0ad/source/lib/res/res.cpp
2004-05-24 20:25:48 +00:00

16 lines
312 B
C++
Executable File

#include "precompiled.h"
#include "res.h"
int res_reload(const char* const fn)
{
return h_reload(fn);
}
// purpose of this routine (intended to be called once a frame):
// file notification may come at any time. by forcing the reloads
// to take place here, we don't require everything to be thread-safe.