mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 00:16:47 +00:00
1768ccded3
This was SVN commit r948.
9 lines
308 B
C
Executable File
9 lines
308 B
C
Executable File
|
|
// path: portable and relative, must add current directory and convert to native
|
|
// better to use a cached string from rel_chdir - secure
|
|
extern int dir_add_watch(const char* const path, intptr_t* const watch);
|
|
|
|
extern int dir_cancel_watch(const intptr_t watch);
|
|
|
|
extern int dir_get_changed_file(char* fn);
|