1
0
forked from 0ad/0ad
0ad/source/lib/res/res.h
Ykkrosh f149e007e1 Unicode fonts
This was SVN commit r520.
2004-06-16 15:36:49 +00:00

21 lines
422 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"
#include "res/unifont.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();