mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 22:03:56 -07:00
8 lines
No EOL
106 B
C++
Executable file
8 lines
No EOL
106 B
C++
Executable file
#include "precompiled.h"
|
|
|
|
#include "res.h"
|
|
|
|
int res_reload(const char* const fn)
|
|
{
|
|
return h_reload(fn);
|
|
} |