0ad/source/lib/res/res.cpp

16 lines
312 B
C++
Raw Normal View History

#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.