mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
6 lines
135 B
C
6 lines
135 B
C
// common headers needed by lib/res code
|
|
|
|
#include "h_mgr.h"
|
|
#include "lib/res/file/vfs.h"
|
|
#include "lib/path_util.h"
|
|
#include "mem.h"
|