0ad/source/lib/res/res.h
2004-06-07 00:04:02 +00:00

16 lines
351 B
C
Executable File

#include "res/h_mgr.h"
#include "res/vfs.h"
#include "res/tex.h"
#include "res/mem.h"
#include "res/font.h"
extern int res_reload(const char* fn);
// the following functions must be called from the same thread!
// (wfam limitation)
extern int res_mount(const char* mount_point, const char* name, uint pri);
extern int res_reload_changed_files();