0ad/source/lib/res/res.h
janwas e4f160df27 fix headers: ogl_tex.h is user-level texture stuff, tex.h is only the texture loader.
this came up due to header change - some unnecessary stuff isn't
included by default anymore.

This was SVN commit r1155.
2004-09-19 11:57:51 +00:00

18 lines
360 B
C
Executable File

#include "res/h_mgr.h"
#include "res/vfs.h"
#include "res/mem.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();