0ad/source/lib/res/res.cpp
2004-05-13 17:23:07 +00:00

8 lines
No EOL
106 B
C++
Executable file

#include "precompiled.h"
#include "res.h"
int res_reload(const char* const fn)
{
return h_reload(fn);
}