mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 04:45:41 +00:00
4f230f061d
This was SVN commit r1213.
14 lines
300 B
C
Executable File
14 lines
300 B
C
Executable File
|
|
extern int res_reload(const char* fn);
|
|
|
|
|
|
// the following functions must be called from the same thread!
|
|
// (wdir_watch 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();
|