1
0
forked from 0ad/0ad
0ad/source/lib/res/res.h
Ykkrosh bbb57ac6db Removed references to font.h
This was SVN commit r856.
2004-07-31 12:44:13 +00:00

21 lines
431 B
C
Executable File

#include "res/h_mgr.h"
#include "res/vfs.h"
#include "res/tex.h"
#include "res/ogl_tex.h"
#include "res/mem.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, intptr_t* const watch);
extern int res_cancel_watch(const intptr_t watch);
extern int res_reload_changed_files();