1
0
forked from 0ad/0ad
0ad/source/lib/res/res.h

20 lines
397 B
C
Raw Normal View History

#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_watch_dir(const char* const path, uint* const reqnum);
extern int res_cancel_watch(const uint reqnum);
extern int res_reload_changed_files();