mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 10:36:02 +00:00
76b52d1d8a
This was SVN commit r226.
9 lines
190 B
C
Executable File
9 lines
190 B
C
Executable File
#include "res/h_mgr.h"
|
|
#include "res/vfs.h"
|
|
#include "res/tex.h"
|
|
#include "res/mem.h"
|
|
#include "res/font.h"
|
|
#include "res/file.h"
|
|
#include "res/zip.h"
|
|
|
|
extern int res_reload(const char* fn); |